How can I remotely restart a Windows XP machine?

7,382

Use shutdown command.

Example:

shutdown \\REMOTEMACHINENAME /r /t:0

or

shutdown /m \\REMOTEMACHINENAME /r /t 0

where \\REMOTEMACHINENAME is name of remote computer.

For full description shutdown command, see How To Use the Remote Shutdown Tool to Shut Down and Restart a Computer in Windows 2000

Share:
7,382

Related videos on Youtube

ccman
Author by

ccman

Updated on September 18, 2022

Comments

  • ccman
    ccman almost 2 years

    I would like to restart a remote XP machine by executing a script on my Windows machine. Any help would be appreciated.