Thursday, October 3, 2013

ShutDown Machine through Command Prompt

To Shutdown machine using command prompt use the below Command:

Shutdown your Self Machine:

          shutdown -r(Restart) -t (time Sec) -f(Force) (Shutdown Self Machine)

Abort the command to Shutdown your Self Machine:

          shutdown -a (Abort Shutdown Command for self-Machine)


Shutdown the Remote Machine: 

         shutdown /m \\systemname -r(Restart) -t (time Sec) -f(Force) /c "Comment"


Abort the command to Shutdown Remote Machine: 

shutdown /m \\systemname -a (Abort Remote Machine)