hyper-v端口占用 2024.4.11 2024.4.11 1 分钟 查看 netsh int ipv4 show excludedportrange protocol=tcp 添加排除 netsh int ipv4 add excludedportrange protocol=tcp startport=8080 numberofports=1 store=persistent 删除排除 netsh int ipv4 delete excludedportrange protocol=tcp startport=8080 numberofports=1 作者:左手 链接:http://localhost:1313/posts/hyper-v端口占用/ 许可:CC BY-NC-SA 4.0