Click here to Skip to main content
15,886,060 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to open port in Win xp 2003

I used to open port in the command Prompt in windows 2007 with the command:
"netsh http add urlacl url=http://+:8181/ser user=User"

now when I need to do the same thing but in Windows xp 2003 it doesnt recognize the command

can someone help me and give me the command that do the same thing in Win xp 2003?

thanks in advance
Posted

1 solution

I have never heard of "Windows 2007" or "Windows XP 2003", so perhaps you mean something else. However, see https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netsh.mspx?mfr=true[^] for details of this command.
 
Share this answer
 
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