Skip to content

Instantly share code, notes, and snippets.

@jbuchbinder
Created August 29, 2016 16:46
Show Gist options
  • Save jbuchbinder/72e89c8f5deb493e7b7e0a220640b182 to your computer and use it in GitHub Desktop.
Save jbuchbinder/72e89c8f5deb493e7b7e0a220640b182 to your computer and use it in GitHub Desktop.
Enable winexe remote execution on windows 7
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\system" /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
@nick405060
Copy link

nick405060 commented Oct 22, 2018

Will this work on Windows Server 2012 as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment