We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a98764 commit 1762c04Copy full SHA for 1762c04
Windows_1X/configs_install.ps1
@@ -17,6 +17,8 @@ $ErrorActionPreference = "Stop"
17
# TODO pwsh does not use this profile for som reason -> also set it for pwsh
18
Copy-Item -Force $PSScriptRoot/win_dotfiles/Profile.ps1 $PSHOME/Profile.ps1
19
20
+powercfg.exe /hibernate off
21
+
22
# Manually changed settings
23
# Todo try to automatically set these windows settings in future
24
# Settings -> multitasking -> on the taskbar, show the windows that are open on all desktops
0 commit comments