2006-09-21, 09:54 AM
Are you running sp2? Guess what it has? powercfg.exe
so, now we create two bat files, one called setnightmode.bat, and one called setdaymode.bat
setnightmode.bat contains the following file:
and setdaymode.bat contains:
Now, you need to be set up a scheduled task in windows, one to run at 11 pm that calls setnightmode.bat, and one that is run at 06.00 a.m. every day and runs setdaymode.bat. Make sure the computer run the tasks from an admin account, and that "wake machine" is chosen for the morning task.
Mission accomplished. Tell me if it works
so, now we create two bat files, one called setnightmode.bat, and one called setdaymode.bat
setnightmode.bat contains the following file:
Code:
powercfg /change /hibernate-timeout-ac 3
Code:
powercfg /change /hibernate-timeout-ac 0
Now, you need to be set up a scheduled task in windows, one to run at 11 pm that calls setnightmode.bat, and one that is run at 06.00 a.m. every day and runs setdaymode.bat. Make sure the computer run the tasks from an admin account, and that "wake machine" is chosen for the morning task.
Mission accomplished. Tell me if it works
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)