How can I remotely restart a Windows XP machine?

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

0

1 Answer

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like