Shudown & Restart windows from command prompt
by rajesh[ Edit ] 2007-09-26 21:02:56
Hi,
We can shutdown windows from cmd prompt using the following command shortcut
SHUTDOWN /?
To Shutdown after 1 second delay
SHUTDOWN -s -t 01
-s stands for shutdown
-t is time in seconds
The restart shortcut
SHUTDOWN -r -t 01
-r stands for restart
if we use 05 instead of 01, shut down will start after 5 seconds.