> Is there a special command I can use in the command line to start hibernation?
If hibernation has been enabled in the Control Panel -> Power Options applet,
you can run the following command to make the computer hibernate.
%windir%\system32\rundll32.exe PowrProf.dll, SetSuspendState
Take a look at this article for more info.
How To Put the System into hibernation or Standby from Run menu
http://support.microsoft.com/kb/555569
If you want to run a scheduled task to make a computer hibernate at a certain
time, you might want to try this program from Microsoft.
PsShutdown v2.52
http://www.microsoft.com/technet/sysinternals/utilities/psshutdown.mspx
Place a copy of the program in your Windows/System32 folder.
This command will result in the computer hibernating immediately.
psshutdown.exe -h -t 00
Good luck
Nepatsfan
William B. Lurie - 17 May 2008 15:26 GMT
Make it hibernate on command or at specified time?
Gosh, I wish I could make mine hibernate normally, as set
in Power Options, now that I have SP3 installed!
Is there a way I can reload Power Options back to
the way it worked before installing SP3?
>> Is there a special command I can use in the command line to start hibernation?
>
[quoted text clipped - 23 lines]
>
> Nepatsfan