Question:

What's a pref. free program that automatically shutdowns your computer at a certain time?

by  |  earlier

0 LIKES UnLike

Does Microsoft have a tool that does this? I need my PC to shutdown at a certain time after my stuff has downloaded. Is this possible?

 Tags:

   Report

1 ANSWERS


  1. You can use task scheduler to run the following batch file

    you can use any text editor to make a batch file.  i.e. notepad just change the extension to .bat

    Make a batch file .bat extension

    put this in the batch file

    shutdown.exe -s

    pause

    shutdown.exe -a

    if you press any key it will stop the shutdown

    Or you could just schedule shutdown.exe to run with the -s option.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions