Avatar of Crash2100
Crash2100
Flag for United States of America asked on

Problems with Shutdown.exe

Whenever I try to remotely shutdown another computer on my network that is running Windows XP Pro, it says that "The network path was not found."

And when I try to shutdown another computer on my network that is running Windows 2000 Pro, it just says "Access is denied."

Does anyone know why this is?  Here's the command line I'm using to shut the computers down:

shutdown -s -m \\192.168.0.3
Windows XP

Avatar of undefined
Last Comment
Crash2100

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Flash828

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Crash2100

ASKER
I've tried refering to it both by it's netbios name and IP, but it does the same thing.

I found if I create a user account with a name identical to the username on the computer I'm trying to shut it down from, it will work fine.  Is there any way I can allow this without having to create an account on each machine?
Flash828

Use account administrator with the same password on both machines.
For the naming convention...  Ive used this command before with IP and with names... Just mess around with it.. For instance, try the following:

  Shutdown -s -m \\192.168.0.3
  Shutdown -s -m 192.168.0.3
  Shutdown -s -m \\machinename (this one I KNOW works)

See if any of those three do it.
Flash828

actually all 3 work for me....
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
Flash828

Are you sure the other machines aren't firewalled?
Crash2100

ASKER
The other xp machine has BlackICE installed, but the XP Firewall is disabled.  And the computer with Win 2k has no firewall.