Page 1 of 1

Remote MS-DOS Shutdown

PostPosted: Sun Aug 17, 2008 9:27 am
by EchoLdrWolf
Not..Really Sure Where To Put This One, So.....

I Have Been Trying To Remotely Shut Down My Desktop Computer (Windows XP) With My Laptop (Windows Vista) Using The MS-DOS Command
Code: Select all
shutdown /s /m \\WOLF

Re: Remote MS-DOS Shutdown

PostPosted: Sun Aug 31, 2008 9:10 am
by MrRooney
I've had a bit of experiance with the remote shutdown feature in xp:

Firstly make sure that the messenger service is switched on in the services section of admistritive tools, then goto start > run > cmd > "shutdown -i" then it should bring up a box saying "remote shutdown" then click add then the name of the computer on your network then click ok, at the bottom put a comment in i.e shutdown for maintainence, then click ok, if its worked there should be a box on the screen saying something like "your computer is in the middle of shutting down for maintainence"

what i'll do is i'll take some screenshots so that it explains better later on.

Re: Remote MS-DOS Shutdown

PostPosted: Sun Aug 31, 2008 9:27 am
by EchoLdrWolf
I've had a bit of experiance with the remote shutdown feature in xp:

Firstly make sure that the messenger service is switched on in the services section of admistritive tools, then goto start > run > cmd > "shutdown -i" then it should bring up a box saying "remote shutdown" then click add then the name of the computer on your network then click ok, at the bottom put a comment in i.e shutdown for maintainence, then click ok, if its worked there should be a box on the screen saying something like "your computer is in the middle of shutting down for maintainence"

what i'll do is i'll take some screenshots so that it explains better later on.

oh, thanks, but that still gives me an error, ive tried it. but  i've already figured it out another way. i made two batch files on my PC and just have to make a desktop connection and activate them.


Code: Select all
shutdown /s /t 00

For an immediate shutdown, and
Code: Select all
shutdown /r /t 00

For a restart.


(P.S. I know my way around DOS