gpt4 book ai didi

c# - netsh 删除特定端口的所有 urlacl 保留

转载 作者:行者123 更新时间:2023-12-01 04:31:52 24 4
gpt4 key购买 nike

有没有办法删除特定端口的每个 urlacl 保留。

我的意思是这样的事情是可能的(客户星座):

netsh http add urlacl url=http://localhost:55521/ user="everyone"

netsh http add urlacl url=http://+:55521/ user="everyone"

现在我想删除55521端口的所有保留,这可以是任何ip星座!

顺便说一下,我在一个带有 nancy 自主机的 c# 应用程序中执行此操作。

最佳答案

显示网址:

netsh http show urlacl

删除网址:
netsh http delete urlacl url=http://localhost:55521/

关于c# - netsh 删除特定端口的所有 urlacl 保留,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53501653/

24 4 0
文章推荐: java - GWT - 树 - TreeItem 中仅粗体父项
文章推荐: python - 如何创建多个具有相同功能的类
文章推荐: python - 从 sqlite3 转储数据时出错
文章推荐: jquery - 将 JSON 对象传递给操作并映射到 List