Created
May 4, 2025 03:19
-
-
Save flipeador/32373f9dbec6d7fa3b7d62b80a51bf3b to your computer and use it in GitHub Desktop.
Enable the hibernate feature in Windows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
powercfg.exe /h /size 100 | |
powercfg.exe /h /type full | |
control.exe /name Microsoft.PowerOptions /page pageGlobalSettings | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enable Hibernate Feature
Microsoft | Shut down, sleep, or hibernate your PC
Instructions
Run the
enable-hibernate.bat
file as Administrator.