Resolve PSExec "Access is denied"

PSExec拒绝访问的解决办法

Just modify Windows Registry, and reboot.

psexec_fix.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem]
"LocalAccountTokenFilterPolicy"=dword:00000001

ref:

http://www.brandonmartinez.com/2013/04/24/resolve-access-is-denied-using-psexec-with-a-local-admin-account/

http://stackoverflow.com/questions/828432/psexec-access-denied-errors

http://support.microsoft.com/kb/951016

原文地址:https://www.cnblogs.com/eshizhan/p/3378109.html