Skip to content

Instantly share code, notes, and snippets.

@cteiosanu
Created April 28, 2014 07:57
Show Gist options
  • Save cteiosanu/11364809 to your computer and use it in GitHub Desktop.
Save cteiosanu/11364809 to your computer and use it in GitHub Desktop.
netsh http add urlacl url=http://machine-host-name:8080/ user=everyone
netsh http show urlacl url=http://machine-host-name:8080/
netsh http delete urlacl url=http://machine-host-name:8080/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment