Windows平台下80端口被System占用解决办法
2020-11-16 本文已影响0人
薄荷彩糖
引用地址:https://blog.csdn.net/anya/article/details/85159093
![](https://img.haomeiwen.com/i12340601/c35deb91e090dcf2.png)
找到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP
![](https://img.haomeiwen.com/i12340601/94017a4fb5da08eb.png)
找到项Start,将其值改为0
![](https://img.haomeiwen.com/i12340601/0e480a84826fc05a.png)
重启系统,System进程就不会占用80端口了。
可以使用步骤1进行测试。
![](https://img.haomeiwen.com/i12340601/50f35b370147a4f6.png)
引用地址:https://blog.csdn.net/anya/article/details/85159093
找到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP
找到项Start,将其值改为0
重启系统,System进程就不会占用80端口了。
可以使用步骤1进行测试。