Liked us?

d

Hibernation Or Standby From Run Menu 0

Coder Himanshu | Sunday, January 30, 2011 |


To put the system in to hibernation, follow these steps:


Hibernate from Run Command
Make sure that the system is hibernation enabled. To confirm that,
  • Click the Start button
  • Go to Run menu and type in Powercfg.cpl and click OK
  • In the Power Options Properties click Hibernate tab and make sure that Enable hibernation option is checked
  • Click OK/Apply
Click the Start button, go to Run menu and type in
%windir%System32rundll32.exe powrprof.dll,SetSuspendState
Click OK
As long as Hibernation is enabled in Power Options, the above command in a batch file will cause the computer to hibernate.
Creating a Bath File for Hibernation
  • Open Notepad
  • Go to File > Save As... and chose a file name
  • Choose your desktop as the location to save, for now. Don't click Save just yet
  • Click on the dropdown menu next to "File name". Select "All files" instead of Text Document"
  • Add .bat to the end of your file name before you save. For example, you would type hibernate.bat
  • Click on Save
  • Enter your command for hibernating
  • Save the file
  • Run the file by double clicking the file on your desktop


Stand By from Run Command
Make sure that the system is hibernation disabled.
  • Click the Start button
  • Go to Run menu and type in
  • %windir%System32rundll32.exe powrprof.dll,SetSuspendState
  • Click OK


0 Responses So Far:

Drop Your Comments, Suggestions And Questions Below.

To Be Notified Of Replies Click The 'Subscribe By Email' Link Below The Comment Form.

Do Not Add Links To The Body Of Your Comment As They Will Not Be Published.