Skip to content

Instantly share code, notes, and snippets.

@fabriceleal
Last active October 13, 2015 19:37
Show Gist options
  • Save fabriceleal/4245410 to your computer and use it in GitHub Desktop.
Save fabriceleal/4245410 to your computer and use it in GitHub Desktop.
Grant permission to endpoint (host + port)
netsh http add urlacl url=http://127.0.0.1:7654/ user=DOMAIN\user
@fabriceleal
Copy link
Author

So one can start a httplistener without admin

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