You can shutdown your computer after one hour or after a specifi time with timer function. Right click on Windows Start Button - Terminal Admin. Type the following command and hit the enter key.
shutdown -s -t 3600
There are space between all four codes (shutdown, -s, -t, 3600).
-s stands for shutdown. "shutdown" command at the beginning comes with several other options. -s is one of them.
-t stands for timeout. You can specify the time for shutdown here in seconds.
3600 stands for 3600 seconds which equals 60 minutes= One hour.
If you want to edit the shutdown timer, you have to cancel the shutdown timer and add the new shutdown timer.
To cancel the shutdown timer just type the following command.
shutdown -a
There is space between shutdown and -a.
-a stands for abort!
Hope this helps! Thanks for watcing Iviewgle :-)
Ещё видео!