20150909—Win10系统80端口被System占用

安装了Windows10系统后,首先是查看80端口是不是被占用,

运行netstat -aon | findstr :80 ,发现pid是4的进程占用着80端口,这还是一个系统进程,kill不掉。

image

image

所以只能另想办法:

1、打开注册表:regedit

2、找到:HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesHTTP

3、在右边找到Start这一项,将其改为0

4、重启系统,System进程不会占用80端口

原文地址:https://www.cnblogs.com/Tirisfal/p/4794822.html