|
Reference number: CH001052
How can I remotely shutdown another Windows computer?
Question:
How can I remotely shutdown another Windows computer?
Answer:
Microsoft Windows 2000, XP (XP home users read below section) and
later users can easily remotely shutdown another computer in their
network by utilizing the shutdown command. To start the GUI version
of this command click Start / Run and in the Run line type:
shutdown -i and press enter. After running this command you
should see a dialog window shown in the below example.

As can be seen in the above example picture of the Remote
Shutdown dialog you'll have several different options to choose
from. First specify the name or IP address of the computer you wish
to shutdown by clicking the Add button. Next, select Shutdown and
keep the Warn users of the action checked if you wish to warn the
user of the shutdown before it occurs. Next, in the Shutdown Event
Tracker choose the Option you wish the Event Log to show and enter a
comment.
For Windows Home computers
If the remote computer you're attempting to shutdown is running
Microsoft Windows Home. You'll need to enable guest remote shutdown
privileges before following the above steps will work. To do this
follow the below steps.
- Download the Windows Resource Kit
found here to the computer you're wanting to remotely
shutdown.
- Once downloaded and installed copy the NtRights.exe file
from the "Program Files\Windows Resource Kits\Tools" directory
into the "Windows\System32" directory.
- After the file has been copied open a command prompt window
by clicking Start / Run and typing: cmd and pressing enter. At
the prompt type the below commands exactly as you see them here
(unless your Windows directory is in a different path).
cd\windows\system32
NtRights –u Guest +r SeRemoteShutdownPrivilege
NtRights –u Guest +r SeShutdownPrivilege
- If successful after typing each of the above two NtRights
commands you should get a success message. Once this has been
completed exit the command prompt window and restart your
computer.
Once the above steps have been completed you should be able to
remotely shutdown that computer from another Windows computer.
Unable to get remote shutdown to work
This could be caused by any of the below possibilities.
- The domain administrator has group policies in place to
prevent remote shutdown.
- Remote administration or the $ADMIN share is disabled.
- You're logged into an account that does not have
administrative privileges.
Alternative solutions
If you're still unable to get shutdown to work
properly or wish to remotely shutdown earlier versions of Windows
such as Windows 98 there are dozens of other utilities that can be
installed to allow you to easily do this. Our alternative recommend
solutions are:
PowerOff
and PsShutdown.exe, which is part of the free
PsTools suite.
Additional information:
- See our shutdown command for additional information about this term
and related links.
|