错误:在netsh中添加端口 [英] error : add port in netsh

查看:636
本文介绍了错误:在netsh中添加端口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨我的朋友



i在命令提示符下输入此命令:

netsh http add urlacl url = https:// +:8000 / user = vahidrad-vaio \ vahidrad



给我这个错误:

url预订添加失败,错误:183

无法在该文件存在时创建文件





为什么错误?

hi my friends

i type this command in command prompt :
netsh http add urlacl url=https://+:8000/ user=vahidrad-vaio\vahidrad

and give me this error :
url reservation add failed , error : 183
cannot create a file when that file already exists


WHY ERROR??

推荐答案

您可以在Visual Studio命令中使用 netsh http show urlacl 命令检查保留的端口,如果已经保留,则可以删除预订使用 netsh http delete urlacl url = http:// +:8000 / yourUserName



希望这有帮助
You can check what ports are reserved by using netsh http show urlacl command in Visual Studio Command and if it has been reserved before you can delete the reservation by using netsh http delete urlacl url=http://+:8000/yourUserName.

Hope this helps


netsh.exe http delete urlacl url = http:// +:8000
netsh.exe http delete urlacl url=http://+:8000


这篇关于错误:在netsh中添加端口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆