
Instead of downloading an application like Shutdown timer for shutting down the computer after a certain interval of time is really a waste of internet and time. We can easily perform this task by playing a few lines of code in cmd(command prompt).
To create a shutdown timer with the help of cmd we can follow these steps-
- Open cmd with administration privileges.

2.Type “Shutdown -s -t ‘time in second’ “

3. Press enter and a popup will appear which says timer has been activated

After this you’re ready to go your computer will automatically shut down at the mentioned time. Thank you