Enabling Hibernate Option in Vista
April 30th, 2009If by accident or for whatever other reason, the hibernation option in your shutdown has disappered in vista, then this is how to get it back!
- Click on the Start Button
- In the ‘Start Search’ area, type CMD
- cmd link should appear on the top of the list.
- Right click the link & select ‘Run as administrator’
You should see the old black command prompt box with cursor blinking in front of the following
C:\Windows\system32>
Just type in the following command & press enter.
powercfg -H ON
If no error occurs, then type in this next command & press enter to exit the CMD
exit
This should resolve the issue.
