SET SHUTDOWN TIMER FOR WINDOWS

Did you want your computer to shutdown automatically after a certain timeframe. then this is your solution.

1. Open Notepad.

2. Type Shutdown -s -t 3600
the 3600 is the time in seconds. convert the minutes at which you want it to shutdown, and it will countdown from the background. this code will shutdown the computer in 60 minutes

3. Save the file as Shutdown.BAT
Remember to put in the .Bat after the filename so that the files is saved as a batch file.

4. Double click on the file and it will auto shutdown the computer in the time you gave it.

ENJOY

Leave a comment

Comments