How to Turn Off a Computer Remotely on a LAN

Today's TipsMake will show you how to use a Windows computer to turn off another Windows computer in the same local area network (LAN).

Find the target computer's IP address

images 1 of How to Turn Off a Computer Remotely on a LAN
Images 1 of How to Turn Off a Computer Remotely on a LAN

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.

images 2 of How to Turn Off a Computer Remotely on a LAN
Images 2 of How to Turn Off a Computer Remotely on a LAN

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

images 3 of How to Turn Off a Computer Remotely on a LAN
Images 3 of How to Turn Off a Computer Remotely on a LAN

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

images 4 of How to Turn Off a Computer Remotely on a LAN
Images 4 of How to Turn Off a Computer Remotely on a LAN

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

images 5 of How to Turn Off a Computer Remotely on a LAN
Images 5 of How to Turn Off a Computer Remotely on a LAN

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

images 6 of How to Turn Off a Computer Remotely on a LAN
Images 6 of How to Turn Off a Computer Remotely on a LAN

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

You may need to scroll down to find this link.

images 7 of How to Turn Off a Computer Remotely on a LAN
Images 7 of How to Turn Off a Computer Remotely on a LAN

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

images 8 of How to Turn Off a Computer Remotely on a LAN
Images 8 of How to Turn Off a Computer Remotely on a LAN

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

images 9 of How to Turn Off a Computer Remotely on a LAN
Images 9 of How to Turn Off a Computer Remotely on a LAN

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.

images 10 of How to Turn Off a Computer Remotely on a LAN
Images 10 of How to Turn Off a Computer Remotely on a LAN

Open Registry Editor as follows:

Enter regedit.

Click ' regedit at the top of the Start window.

Click Yes when it appears.

images 11 of How to Turn Off a Computer Remotely on a LAN
Images 11 of How to Turn Off a Computer Remotely on a LAN

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.

images 12 of How to Turn Off a Computer Remotely on a LAN
Images 12 of How to Turn Off a Computer Remotely on a LAN

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

images 13 of How to Turn Off a Computer Remotely on a LAN
Images 13 of How to Turn Off a Computer Remotely on a LAN

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

images 14 of How to Turn Off a Computer Remotely on a LAN
Images 14 of How to Turn Off a Computer Remotely on a LAN

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.

images 15 of How to Turn Off a Computer Remotely on a LAN
Images 15 of How to Turn Off a Computer Remotely on a LAN

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

images 16 of How to Turn Off a Computer Remotely on a LAN
Images 16 of How to Turn Off a Computer Remotely on a LAN

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

images 17 of How to Turn Off a Computer Remotely on a LAN
Images 17 of How to Turn Off a Computer Remotely on a LAN

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.

images 18 of How to Turn Off a Computer Remotely on a LAN
Images 18 of How to Turn Off a Computer Remotely on a LAN

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 .

images 19 of How to Turn Off a Computer Remotely on a LAN
Images 19 of How to Turn Off a Computer Remotely on a LAN

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

images 20 of How to Turn Off a Computer Remotely on a LAN
Images 20 of How to Turn Off a Computer Remotely on a LAN

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

images 21 of How to Turn Off a Computer Remotely on a LAN
Images 21 of How to Turn Off a Computer Remotely on a LAN

Find Command Prompt. Type command promptto find.

images 22 of How to Turn Off a Computer Remotely on a LAN
Images 22 of How to Turn Off a Computer Remotely on a LAN

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

images 23 of How to Turn Off a Computer Remotely on a LAN
Images 23 of How to Turn Off a Computer Remotely on a LAN

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

images 24 of How to Turn Off a Computer Remotely on a LAN
Images 24 of How to Turn Off a Computer Remotely on a LAN

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

images 25 of How to Turn Off a Computer Remotely on a LAN
Images 25 of How to Turn Off a Computer Remotely on a LAN

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.

images 26 of How to Turn Off a Computer Remotely on a LAN
Images 26 of How to Turn Off a Computer Remotely on a LAN

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

images 27 of How to Turn Off a Computer Remotely on a LAN
Images 27 of How to Turn Off a Computer Remotely on a LAN

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.

images 28 of How to Turn Off a Computer Remotely on a LAN
Images 28 of How to Turn Off a Computer Remotely on a LAN

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.

images 29 of How to Turn Off a Computer Remotely on a LAN
Images 29 of How to Turn Off a Computer Remotely on a LAN

Click Shutdown in the drop-down menu.

images 30 of How to Turn Off a Computer Remotely on a LAN
Images 30 of How to Turn Off a Computer Remotely on a LAN

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

images 31 of How to Turn Off a Computer Remotely on a LAN
Images 31 of How to Turn Off a Computer Remotely on a LAN

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

images 32 of How to Turn Off a Computer Remotely on a LAN
Images 32 of How to Turn Off a Computer Remotely on a LAN

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.

images 33 of How to Turn Off a Computer Remotely on a LAN
Images 33 of How to Turn Off a Computer Remotely on a LAN

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

Create batch file to shutdown multiple machines

images 34 of How to Turn Off a Computer Remotely on a LAN
Images 34 of How to Turn Off a Computer Remotely on a LAN

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

You may need to find Notepad in Start.

images 35 of How to Turn Off a Computer Remotely on a LAN
Images 35 of How to Turn Off a Computer Remotely on a LAN

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.

images 36 of How to Turn Off a Computer Remotely on a LAN
Images 36 of How to Turn Off a Computer Remotely on a LAN

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.

images 37 of How to Turn Off a Computer Remotely on a LAN
Images 37 of How to Turn Off a Computer Remotely on a LAN

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

images 38 of How to Turn Off a Computer Remotely on a LAN
Images 38 of How to Turn Off a Computer Remotely on a LAN

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

images 39 of How to Turn Off a Computer Remotely on a LAN
Images 39 of How to Turn Off a Computer Remotely on a LAN

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

images 40 of How to Turn Off a Computer Remotely on a LAN
Images 40 of How to Turn Off a Computer Remotely on a LAN

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

images 41 of How to Turn Off a Computer Remotely on a LAN
Images 41 of How to Turn Off a Computer Remotely on a LAN

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.

images 42 of How to Turn Off a Computer Remotely on a LAN
Images 42 of How to Turn Off a Computer Remotely on a LAN

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

images 43 of How to Turn Off a Computer Remotely on a LAN
Images 43 of How to Turn Off a Computer Remotely on a LAN

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
« PREV : How to Upload Videos...
How to Quit Facebook... : NEXT »