Monday, June 07, 2010

What is hiberfil.sys and how to delete in Windows 7 free up hard drive space

The best way to delete hiberfil.sys or disable hibernate:

* Go to Start menu, type “cmd” open up command prompt
* Type “powercfg.exe -h off” [make sure you are an Administrator]
* ENTER
* Type “exit”
* ENTER

No comments:

Post a Comment

Git get all remote branches

git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...