Created
August 29, 2016 16:46
-
-
Save jbuchbinder/72e89c8f5deb493e7b7e0a220640b182 to your computer and use it in GitHub Desktop.
Enable winexe remote execution on windows 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\system" /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will this work on Windows Server 2012 as well?