Shutdown command

Shutdown local computer

shutdown /s /f /t 0

Restart local computer

shutdown /r /f /t 0

Shutdown remote computer

shutdown \\computer /s /f /t 0

Restart remote computer

shutdown \\computer /r /f /t 0

Comments