Alt.Binz forum

New Alt.Binz versions => Bugs => Fixed bugs => Topic started by: Hecks on January 24, 2007, 10:20:54 am

Title: Bug: Shutdown (Hibernate) disables scheduled tasks?
Post by: Hecks on January 24, 2007, 10:20:54 am
I've noticed that hibernating from altbinz prevents my other scheduled tasks from running until I next reboot.  Has amyone else experienced this?  It could just be a quirk of my machine (XP/MCE 2005).  Other software hibernate options (inc poweroff.exe) work fine, though.

-Hecks
Title: Bug: Shutdown (Hibernate) disables scheduled tasks?
Post by: Hecks on March 05, 2007, 01:08:49 am
I think I've solved this one, with some help from Smudge :).  The powrprof.dll actually has three boolean parameters:

Hibernate, ForceCritical, DisableWakeEvent

It's the last one that's causing my problems.  By default, they're set to 1,1,1, whereas to hibernate without scheduled tasks being disabled you need:

rundll32.exe powrprof.dll,SetSuspendState 1,1,0

-Hecks
Title: Bug: Shutdown (Hibernate) disables scheduled tasks?
Post by: Rdl on March 05, 2007, 04:15:05 am
Fixed.