Howto: Restart a Windows Computer Remotely or Via RDP

To restart a machine remotely use the following (from command prompt):

shutdown /m \\computer -f -r -t 1

To restart if you are already RDP’d in to the machine (from command prompt):

shutdown /f /r /t 1

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.