Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Last active August 29, 2015 14:16
Show Gist options
  • Save ryanmaclean/116ebd42a67b64c164c2 to your computer and use it in GitHub Desktop.
Save ryanmaclean/116ebd42a67b64c164c2 to your computer and use it in GitHub Desktop.
Remove Windows 8.1 Hibernation File
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