Skip to content

Instantly share code, notes, and snippets.

@btsuhako
Created December 6, 2014 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btsuhako/61ab0c6e1980cac6733f to your computer and use it in GitHub Desktop.
Save btsuhako/61ab0c6e1980cac6733f to your computer and use it in GitHub Desktop.
Windows: URLACL addition for non-admin processes
SET PORT_NAME = 8443
SET USER_NAME = everyone
netsh http add urlacl url=http://+:PORT_NAME/ user=USER_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment