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 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)
No comments:
Post a Comment