Remote shutdown of Windows system

shutdown is the command in Microsoft Windows which works when everything else fails :).

step.1. shutdown the computer

shutdown /f /t 0 /m hostname

step.2. or restart it

shutdown /r /f /t 0 /m hostname

Leave a Reply

Your email address will not be published. Required fields are marked *