5 Apr 2013

Turn On-Off Hibernation in Windows 8

Its easy to turn on & off hibernation via command prompt in windows 8. To check if hibernation is on or not… Just open command prompt as admin and run following command.

dir c:\ /ah

If hibernation is turned on then you will see hiberfil.sys listed in the file directory.

hibernation

To turn off hibernation: Run following command in command prompt as admin.

powercfg /h 0ff

To turn on hibernation: Run following command in command prompt as admin.

powercfg /h on

That's it… its done. Thumbs up

Want to know more about hibernation? Just check THIS webpage.

No comments: