Instead of having program shutdown pc on end of task can i have hibernation?

InlineFive

Diamond Member
Sep 20, 2003
9,599
2
0
If you use Windows Task Scheduler (or a Batch file or whatever) run the command

rundll32 powrprof.dll,SetSuspendState

If hibernation is enabled the system will hibernate, otherwise it will sleep.