Computer Shut off Timer

  • Thread starter Thread starter joe10
  • Start date Start date
J

joe10

Is there a way that I can set a timer to have my computer shut down at
certain time during the week? My system is Windows XP Professional.

thanks.

(e-mail address removed)
 
Use the Windows Task Scheduler and have it run: shutdown.exe, for example:

shutdown.exe -s -t 00

will immediately shutdown the computer.

John
 
Back
Top