Program to shut down Win7 64-bit automatically?

Associate
Joined
30 Sep 2008
Posts
2,076
Ok so im looking for a (free) program that will shut my machine down after a few hours. I used them all the time in my XP days but all i find are trials now.


any suggestions?
 
Make a batchfile in notepad using this code

cd\
shutdown -s -t 60

the code tell the pc to shutdown in 60 seconds if you wanted it to shut down in 2 hours you'd change the 60 to 7200 and so on or use it in conjuction with taskmanager.
 
Last edited:
Back
Top Bottom