Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using the netsh command to add users to the registered port. As the port is registered, I am not able to add other users to it without deleting the port. So how can use netsh command in this case?

What I have tried:

I have tried using

Netsh http add urlacl url=http://+:80/ user=$env:USERDOMAIN\$env:USERNAME

but it gives error -

Url reservation add failed, Error: 183
Cannot create a file when that file already exists.
Posted
Updated 9-Aug-16 3:37am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900