hibernation?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In WindowsXP SP2 is it possible to have a scheduled task to hibernate my
laptop say at 11:00 p. m. every night. NOT shutdown but hibernate.
 
ManyBeers said:
In WindowsXP SP2 is it possible to have a scheduled task to hibernate my
laptop say at 11:00 p. m. every night. NOT shutdown but hibernate.

There are several ways. Use the task scheduler with the command
%SystemRoot%\System32\rundll32.exe powrprof.dll,SetSuspendState

Make sure that hibernation has been enabled.
 
Detlev Dreyer said:
There are several ways. Use the task scheduler with the command
%SystemRoot%\System32\rundll32.exe powrprof.dll,SetSuspendState

Make sure that hibernation has been enabled.

Thanks a bunch.
 
Back
Top