Simple CMD Command part - 1
Shutdown Windows immediately :
C:\>ShutDown /s /t 0
Note : Command may not power down the hardware.
Restart Windows immediately :
C:\>ShutDown /r /t 0
Abort shutdown/restart countdown :
C:\>ShutDown /a
C:\>ShutDown /s /t 0
Note : Command may not power down the hardware.
Restart Windows immediately :
C:\>ShutDown /r /t 0
Abort shutdown/restart countdown :
C:\>ShutDown /a
Comments
Post a Comment