Posts

Showing posts with the label hibernation

A Desktop Shortcut To Hibernation

The Shutdown.exe command can shut down or restart your computer, optionally forcing it to shut down even if some programs attempt to prevent it. But it does not include an option to to hibernate. To create a shortcut, right-click on an empty space on the Desktop and select 'New->Shortcut'. In the 'Type the location of the item' box copy this text: rundll32.exe PowrProf.dll SetSuspendState Click on the Next button. In the 'Type a name for this shortcut' box type 'Hibernate' then click on the Finish button. If the shortcut does not work, then you will probably need to configure your computer to enable hibernation. Click on the Start button and select 'Settings'. click on 'Control Panel' then double-click on the 'Power Options' icon. Click on the 'Hibernate' tab and make sure the 'Enable Hibnernate' checkbox is checked.

A Desktop Shortcut To Hibernation

The Shutdown.exe command can shut down or restart your computer, optionally forcing it to shut down even if some programs attempt to prevent it. But it does not include an option to to hibernate. To create a shortcut, right-click on an empty space on the Desktop and select 'New->Shortcut'. In the 'Type the location of the item' box copy this text: rundll32.exe PowrProf.dll SetSuspendState Click on the Next button. In the 'Type a name for this shortcut' box type 'Hibernate' then click on the Finish button. If the shortcut does not work, then you will probably need to configure your computer to enable hibernation. Click on the Start button and select 'Settings'. click on 'Control Panel' then double-click on the 'Power Options' icon. Click on the 'Hibernate' tab and make sure the 'Enable Hibnernate' checkbox is checked.

Allow hibernate button to appear

1.) Open %windir%\system32\msgina.dll file into Resource Hacker. 2.) Goto Dialog -> 20100 -> 1033. Paste following code: Code: 20100 DIALOGEX 0, 0, 208, 122 STYLE DS_SYSMODAL | DS_SETFOREGROUND | WS_POPUP | WS_BORDER CAPTION "" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 8, "MS Shell Dlg" { CONTROL "Flag", 20101, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE, 176, 0, 32, 26 CONTROL "Good Bye", 20102, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE, 7, 0, 162, 26 CONTROL "&Stand By", 20104, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 45, 47, 22, 20 CONTROL "Switch &Off", 20103, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 91, 47, 22, 20 CONTROL "&Reboot", 20105, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 140, 47, 22, 20 CONTROL "&Hibernate", 20106, BUTTON, BS_PUSHBUTTON | BS_NOTIFY | WS_CHILD | WS_VISIBLE | ...