How to schedule shutdown/restart computer ? 2 ways.
1.shutdown from run
>Open run command > type shutdown -s -t 4 >
(Read this )
if you want your computer shut down in 10-sec type shutdown -s -t 10
and you want your computer shut down in 30 sec
please type shutdown -s -t 30
you can restart your computer in the same process just replace s and type R
For example : shutdown -r -t 5 sec my computer restart after 5 sec
2.Shutdown form cmd
>Open command prompt > type shutdown -s -t 4 >
(Read this )
if you want your computer shut down in 10-sec type shutdown -s -t 10
and you want your computer shut down in 30 sec
please type shutdown -s -t 30
you can restart your computer in the same process just replace s and type R
For example: shutdown -r -t 5 sec my computer restart after 5 sec
Comments
Post a Comment