how to automathinc turn off computer

  • Thread starter Thread starter cat
  • Start date Start date
C

cat

I just want to know where i need to go to set my computer
so it can turn off automatically
 
XP has a shutdown command. Go to the cmd prompt and type shutdown /?.
You can create simple batch file that includes this command then use
schtasks to schedule the batch file to run at whatever time you want the
computer to shutdown.

hth,
aaron
 
Back
Top