Enable Hibernate in the Shut-Down Dialog


Putting your PC into Standby conserves power without shutting down your computer, but if there’s a power outage, any open programs and unsaved work will be lost. Using Hibernation tackles this issue by fi rst taking a snapshot of your desktop and saving it to your hard drive before powering down, but Microsoft neglected to include a Hibernate button in the shut-down dialog box. To fi x this, fi rst make sure you’ve enabled hibernation under Power Options in the Control Panel.


Next, go into the registry and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\ Windows and create a new key called System (right-click Windows and select New > Key). Highlight System and create another key called Shutdown (you should now be in HKLM \SOFTWARE\Policies\Microsoft\Windows\System\Shutdown). Now create a DWORD value named \ ShowHibernationButton and change the Data from 0 to 1. You should now see the Hibernate button in the Shutdown dialog. If not, you’ll need tore ruest a hotfi x from Microsoft.

Comments