Skip to content

Commit 1762c04

Browse files
authored
Win: disable hybernation
Hyberfile is 100gb on my system...
1 parent 5a98764 commit 1762c04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Windows_1X/configs_install.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ $ErrorActionPreference = "Stop"
1717
# TODO pwsh does not use this profile for som reason -> also set it for pwsh
1818
Copy-Item -Force $PSScriptRoot/win_dotfiles/Profile.ps1 $PSHOME/Profile.ps1
1919

20+
powercfg.exe /hibernate off
21+
2022
# Manually changed settings
2123
# Todo try to automatically set these windows settings in future
2224
# Settings -> multitasking -> on the taskbar, show the windows that are open on all desktops

0 commit comments

Comments
 (0)