Created
May 28, 2020 06:18
-
-
Save mamedshahmaliyev/02b0a3983612ce53db25a21ff3fdd453 to your computer and use it in GitHub Desktop.
windows hibernation commands
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
# enable hibernate | |
Powercfg /h on | |
# disable hibernate | |
Powercfg /h off | |
# specifiy hibernation file size as percentage of total RAM (between 50 and 100) | |
Powercfg /h /size nn | |
# view hibernation file size | |
dir c:\hiberfil.sys /ah |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment