Computer Science, asked by aqibshaikh4025, 1 year ago

How to shutdown another computer using cmd ip address?

Answers

Answered by ankitkrpt
0
If the remote computer you're attempting to shutdown is running a Home edition of Microsoft Windows, you need to enable guest remote shutdown privileges before the above steps will work. To do this, follow the steps below.

Download and install the Windows Resource Kit on the computer that you'd like 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 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

Similar questions