How to Turn Off a Computer Remotely on a LAN

Find the target computer's IP address

How to Turn Off a Computer Remotely on a LAN Picture 1

You need to ensure that the computer meets the conditions to be able to turn it off remotely. To remotely shutdown using another computer on the same LAN, the target computer must meet the following criteria:

Is on and connected to the same LAN as the computer you will use to shut down this computer.

Have the same administrator account as the computer you will use to shut down this computer.

How to Turn Off a Computer Remotely on a LAN Picture 2

Open Start on the computer you want to shut down. Click the Windows icon in the lower left corner of the screen.

How to Turn Off a Computer Remotely on a LAN Picture 3

Open Settings. Click the gear icon in the bottom left of the Start window.

How to Turn Off a Computer Remotely on a LAN Picture 4

Click Network & Internet. It's in the top row of Settings options.

How to Turn Off a Computer Remotely on a LAN Picture 5

Click the Status tab . It's in the upper left of the window.

How to Turn Off a Computer Remotely on a LAN Picture 6

Click View your network properties . This link is at the bottom of the page.

You may need to scroll down to find this link.

How to Turn Off a Computer Remotely on a LAN Picture 7

Scroll down to the "Wi-Fi" heading near the middle of the page.

How to Turn Off a Computer Remotely on a LAN Picture 8

See the "IPv4 address" heading. The series of numbers and dots to the right of the "IPv4 address" title is the IP address of the current computer. Next you will use this IP address to specify the computer to shut down.

It's possible that the IP address will end with a slash and another number (for example, "192.168.2.2/24"). If so, ignore the slash and the number after entering the IP address.

Enable the computer to shut down remotely

How to Turn Off a Computer Remotely on a LAN Picture 9

Open Start . Click the Windows icon in the lower left corner of the screen.

You need to make sure you are still using the target computer.

How to Turn Off a Computer Remotely on a LAN Picture 10

Open Registry Editor as follows:

Enter regedit.

Click ' regedit at the top of the Start window.

Click Yes when it appears.

How to Turn Off a Computer Remotely on a LAN Picture 11

Navigate to the "System" folder. Use the folders in the upper left corner of the Registry Editor window to do this:

Double-click the "HKEY_LOCAL_MACHINE" folder to expand it.

Double-click the "SOFTWARE" folder.

Scroll down and double-click the "Microsoft" folder.

Scroll down and double-click the "Windows" folder.

Double-click the "CurrentVersion" folder.

Scroll down and double-click the "Policies" folder.

Click the "System" folder.

How to Turn Off a Computer Remotely on a LAN Picture 12

Right-click the "System" folder. A drop-down menu will appear.

How to Turn Off a Computer Remotely on a LAN Picture 13

Select New from the drop-down menu. A menu will pop up.

How to Turn Off a Computer Remotely on a LAN Picture 14

Click DWORD (32-bit) Value . This option is in the pop-up menu. The DWORD value icon will appear on the left side of the page.

How to Turn Off a Computer Remotely on a LAN Picture 15

Type LocalAccountTokenFilterPolicyand press ↵ Enter. The DWORD value will be identified.

How to Turn Off a Computer Remotely on a LAN Picture 16

Double-click the "LocalAccountTokenFilterPolicy" value to open it. A window will pop up.

How to Turn Off a Computer Remotely on a LAN Picture 17

Activate value. Change the "Value data" data field to 1, then click OK at the bottom of the pop-up window.

At this step you can exit Registry Editor.

How to Turn Off a Computer Remotely on a LAN Picture 18

Enable Remote Registry access. To allow the Registry Editor setup to work from another computer on the same network, do the following:

Open Start .

Type services, then click Services at the top of the Start window.

Scroll down and double-click Remote Registry .

Click the "Startup type" drop-down box and select Manual .

Click Apply .

Click Start , then click OK .

How to Turn Off a Computer Remotely on a LAN Picture 19

Restart the computer. Click Start , select Power and click Restart in the pop-up window. After the target computer restarts, you can switch to the computer you want to remotely shutdown.

Use the remote shutdown interface

How to Turn Off a Computer Remotely on a LAN Picture 20

Open Start on the other computer. You can do this on a computer that is on the same LAN and has administrator rights.

How to Turn Off a Computer Remotely on a LAN Picture 21

Find Command Prompt. Type command promptto find.

How to Turn Off a Computer Remotely on a LAN Picture 22

Right click on Command Prompt. The option is at the top of the Start window. A drop-down menu will appear.

How to Turn Off a Computer Remotely on a LAN Picture 23

Click Run as administrator . Options are in the drop-down menu.

How to Turn Off a Computer Remotely on a LAN Picture 24

Click Yes when asked. Command Prompt will open in administrator mode.

How to Turn Off a Computer Remotely on a LAN Picture 25

Enter your computer's login information. Enter net use address(remember to replace "address" with the IP address you recorded earlier), press ↵ Enterand enter your email address and administrator login password when prompted.

For example, you can enter net use 192.168.2.2here.

How to Turn Off a Computer Remotely on a LAN Picture 26

Open the remote shutdown interface. Type shutdown /ithen press ↵ Enter. A window will pop up.

How to Turn Off a Computer Remotely on a LAN Picture 27

Select computer. Click the computer's IP address or name in the "Computers" text box at the top of the window.

If you don't see the computer's name or IP address, click Add. , then enter the computer's IP address and click OK . Next, you can click the computer's name in the "Computers" text box.

How to Turn Off a Computer Remotely on a LAN Picture 28

Click the "What do you want these computers to do" drop-down box. This option is in the middle of the page. A drop-down menu will appear.

How to Turn Off a Computer Remotely on a LAN Picture 29

Click Shutdown in the drop-down menu.

How to Turn Off a Computer Remotely on a LAN Picture 30

Set a time limit. Enter a time limit (in seconds) in the "Display warning for" text box.

How to Turn Off a Computer Remotely on a LAN Picture 31

Uncheck the "Planned" box on the right side of the page.

How to Turn Off a Computer Remotely on a LAN Picture 32

Enter interpretation. In the "Comment" text box at the bottom of the window, enter the comment you want the target computer to display before shutting down.

How to Turn Off a Computer Remotely on a LAN Picture 33

Click OK at the bottom of the window. The specified computer will turn off.

Create batch file to shutdown multiple machines

How to Turn Off a Computer Remotely on a LAN Picture 34

Open Notepad. Click or double-click the blue notebook-shaped Notepad app icon.

You may need to find Notepad in Start.

How to Turn Off a Computer Remotely on a LAN Picture 35

Enter the "shutdown" command along with your computer's IP address. Enter the following command, remembering to replace the necessary content with the target computer's information:

shutdown -s -m address -t -01

You must replace "address" with the IP address of the target computer.

You can change "01" to any numeric value. This is the number of seconds to wait before the computer shuts down.

How to Turn Off a Computer Remotely on a LAN Picture 36

Tap ↵ Enter, then add the line for the other computer. You can repeat this process with multiple computers on the same network if you like.

How to Turn Off a Computer Remotely on a LAN Picture 37

Click File in the upper left corner of the Notepad window. A drop-down menu will appear.

How to Turn Off a Computer Remotely on a LAN Picture 38

Click Save As… (Save as). This option is in the File drop-down menu . The "Save As" window will open.

How to Turn Off a Computer Remotely on a LAN Picture 39

Click the "Save as type" drop-down box. It's near the bottom of the window. A drop-down menu will appear.

How to Turn Off a Computer Remotely on a LAN Picture 40

Click the All Files option . It's in the drop-down menu.

How to Turn Off a Computer Remotely on a LAN Picture 41

Add the ".bat" extension to the file. Click the "File name" text box and enter a name for the file, followed by a .bat.

For example, if you want to create a batch file called "shutdown", you would type shutdown.bat.

How to Turn Off a Computer Remotely on a LAN Picture 42

Click Save in the lower right corner of the window. The batch file will be saved to the default location (for example, "Documents").

How to Turn Off a Computer Remotely on a LAN Picture 43

Execute the file. Double click the batch file to execute. All connected and turned on computers listed in the file will turn off.

4 ★ | 1 Vote

May be interested

  • All Frequency Restart, Shutdown, Remote Off ... with Command PromptAll Frequency Restart, Shutdown, Remote Off ... with Command Prompt
    often users often turn off the computer, restart the computer ... using the shutdown options on the start menu. however, few of us know that using command prompt can also shutdown, restart the computer, schedule a computer shutdown or enable hibernation, ... and even if you have admin rights you can turn off other computers remotely.
  • How to Remotely Restart a Windows Machine Through Command LineHow to Remotely Restart a Windows Machine Through Command Line
    this wikihow teaches you how to restart another computer on your network from your own computer by using the windows command prompt app. you cannot remotely restart a computer with command prompt if you haven't previously set the computer...
  • How to control the phone remotely by computerHow to control the phone remotely by computer
    how to control the phone remotely by computer. connecting a computer to a phone now is no stranger to us. we can control the computer by phone, and conversely we can completely control the phone by m
  • How to log out of WhatsApp account remotelyHow to log out of WhatsApp account remotely
    like other applications, whatsapp saves a list of devices logged into accounts for easy management by users.
  • How to fix the computer can not turn offHow to fix the computer can not turn off
    one of the most common errors on the computer today is the failure to shutdown. this seems to be a simple error, but a lot of people get in trouble because they don't know how to turn off the computer.
  • How to Restart a Windows Computer Remotely Using the Command LineHow to Restart a Windows Computer Remotely Using the Command Line
    today's tipsmake will show you how to restart another computer on the network from your own computer using the windows command prompt application. to restart a remote computer with command prompt, that computer must be set up to start remotely and at the same time connected to your internet network.
  • How to log out Zalo remotely, exit Zalo account completelyHow to log out Zalo remotely, exit Zalo account completely
    logging out to a remote zalo account will help you protect your account in case of need. how to log out zalo remotely is very simple, follow the instructions below.
  • How to Detect Remotely Accessed ComputersHow to Detect Remotely Accessed Computers
    surely there are few things that make you feel as scared as having your personal computer hacked. if you think your computer is being controlled by a hacker, the first thing you should do is disconnect from the network. once you're offline, you can find and remove the gateway the hacker used to access your system. once your system is secure, there are several steps you can take to keep your computer from being hacked.
  • How to Force Shutdown a Mac ComputerHow to Force Shutdown a Mac Computer
    today's tipsmake will show you how to force your mac computer to turn off (force shut down). this is a quick way to turn off a mac computer without using a mouse, but we will usually only do it in cases of freezing or the system not working properly. the article also shows how to fix common problems if the problem still occurs on your mac computer even though you have forced it to turn it off.
  • With this fake Lightning cable, hackers can remotely take over your computer in minutesWith this fake Lightning cable, hackers can remotely take over your computer in minutes
    thanks to the lightning o.mg cable that mg security researcher was able to access remotely, opened a terminal window on the mac's screen and forced them to run some commands on the computer.