0

How to Shut Down Windows 10 With a Timer

I want to turn off my windows O/s with set times without using any third party software's ?

Windows shutdown command Add a comment
jacob
asked Oct 24 2021

Answer

0

To get started with the basic method, pull up a regular Command Prompt and type in the following:
shutdown -s -t [seconds]
For example :

5 minutes: 300 seconds
30 minutes: 1,800 seconds
1 hour: 3,600 seconds
6 hours: 21,600 seconds

you have to put every in seconds by calculation it
If you miscalculate, or find you no longer need the shutdown timer, you can always cancel it by typing in:
shutdown -a

Add a comment
linuxhelp
asked Oct 24 2021
Post your Answer