Skip to main content

WOL - WAKE UP ON LAN WINDOWS 10

Commands:

Window Information

WIN+R 
msinfo32

To do:

  • Set Password and Account for Window to be accessible for the remote 
  • Enable firewall discovery 
  • Set policy for local shutdown

 

Video instruction: https://www.youtube.com/watch?v=UCphBNYMc4U

WIN+E
RIGHT CLICK on THIS PC
Select MANAGE

Go to 

System Tools > Local Users and Groups > Users 

Right Click on your Account PC Name and Set New Password. Make sure you rembember the password so that on the next logon you could enter.

image.png

Next, you will need to set the policy for local:

Open Registry Editor

Find the Path and create new value as following:

image.png

 

Value name: LocalAccountTokenFilterPolicy

Value data: 1

Base: Hexadecimal

image.png

Continue to search:

manage advanced sharing settings

image.png

 

Check Turn on Network discovery

image.png

Good,

CMD and run as Adminstrator

The commands are useful for local shutdown or app usage:

 

net use \\TargetPC /user:PCUSERNAME PASSWORD

 

To remote shutdown the targetpc:

 

shutdown /m \\TARGETPC /s

Thats all. You have enabled the remote shutdown pc on windows 10 or 11

 

net rpc shutdown -I 192.168.1.99 -U "USERNAME%PASSWORD"

USERNAME is your PC USERNAME
PASSWORD is the password you have setted on the previous step