Last active
August 29, 2015 14:16
-
-
Save ryanmaclean/116ebd42a67b64c164c2 to your computer and use it in GitHub Desktop.
Remove Windows 8.1 Hibernation File
This file contains 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
If you're like me and rarely use sleep or hibernation on your desktop and have some systems with small root SSDs, | |
this will probably come in handy. Windows 8.1 has changed a few things around so that getting an admin command | |
prompt is slightly different than Windows 7, but that's easily sorted. | |
To remove the pesky hiberfil.sys: | |
- Press Win | |
- Type :cmd" | |
- Confirm with shift+ctl+enter | |
- Type powercfg -h off | |
- hit enter | |
Voila, massive file removed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment