Created
December 6, 2014 00:48
-
-
Save btsuhako/61ab0c6e1980cac6733f to your computer and use it in GitHub Desktop.
Windows: URLACL addition for non-admin processes
This file contains hidden or 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
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