Link to home
Start Free TrialLog in
Avatar of johnyu1997
johnyu1997

asked on

window 10 remote shutdown command does not work - access denied

I try to remote shutdown my other computer which is window 10 home edition.  I use shutdown -r -m \\<computer name> -t 00.  It always say "access denied".  

1. Try to active the local administrator account on both computer.  

net user administrator active: yes and set same password for both.  It does not work.

2. Try microsoft forum solution like the following:

CHANGE THE FOLLOWING SETTINGS ON THE REMOTE COMPUTER:
Control Panel, Network and Sharing Center, Change Advanced Sharing settings
   "Private" enable "Turn on File and Printer sharing"

Add Registry Key
RUN regedt32.exe
Goto:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Right click and add new DWORD
"LocalAccountTokenFilterPolicy"=dword:00000001

When user name and password are not the same on both computers change the following on the remote computer:
Change Local Security Policy
RUN secpol.msc
Local Security Policy, Security Settings, Local Policies, User Rights Assignment
Add "Everyone" to "Force shutdown from a remote system"

Follow every step but still does not work.
ASKER CERTIFIED SOLUTION
Avatar of Brendan M
Brendan M
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of johnyu1997
johnyu1997

ASKER

works perfectly
glad to hear
If I try to do it through wan, how to do it?  I dmz the ip, but net use is still not going through.  I think the isp is blocking Netbios and windows sharing traffic.