Computer Science, asked by rajprithvi5897, 10 months ago

How to remotely restart a computer with ip-address?

Answers

Answered by gurukulamdivya
0

Answer:

Step 1

Type “services” (without quotes) on the Start screen of the computer you want to restart remotely. The Search menu appears automatically; click the “Settings” tab, and then select “View Local Services” to open the Services window.

Step 2

Right-click “Remote Registry” and select “Properties” from the context menu.

Step 3

Click the “Startup Type” drop-down menu and select “Automatic.” This configures your computer to run Remote Registry at startup. Click the “Start” button to start the Remote Registry service, and then click “OK” to save your changes and close the window.

Step 4

Type “firewall” on the Start screen, click on the Search menu's “Settings” tab, and then select “Windows Firewall.”

Step 5

Click “Allow an App or Feature Through Windows Firewall,” and then click “Change Settings.” Check the box next to “Windows Management Instrumentation” to allow Windows management traffic through your computer's firewall. Click “OK” to save your changes and close the window.

Step 6

Go to a different computer, type “cmd” on its Start screen, and then click “Command Prompt” to open a command prompt window.

Type “shutdown -m \\ [IP Address] -r -f” (without quotes) at the command prompt, where "[IP Address]" is the IP of the computer you want to restart. For example, if the computer you want to restart is located at 192.168.0.34, type “shutdown -m \\ 192.168.0.34 -r -f”. The “-r” and “-f” flags tell the remote computer to restart and safely close all open programs, respectively. Press “Enter” to confirm the command and restart the remote machine.

Similar questions