Next Generation Emulation banner
1 - 5 of 5 Posts

· Registered
Joined
·
209 Posts
Actually, you could just use the builtin task scheduler in windows.
(programs\accessories\system tools\scheduled tasks)
also (control panel\scheduled tasks)

It requires the task scheduler service to be active. (I think it is by default, mine is disabled though as I dont use it).

There is a command, usually at c:\windows\system32\shutdown.exe

Which can be called with the -s parameter to shutdown. So if you schedule that as a task, you can set it to shutdown your computer everyday at a specific time or similar.

Not sure whether the task scheduler accepts parameters to programs, otherwise you could create a shutdown.bat file with:
shutdown -s

Then, schedule that instead.
 

· Emulation Junkie
Joined
·
847 Posts
I believe TweakXP Pro has an option for scheduled shutdowns....
 
1 - 5 of 5 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top