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

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

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

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

所以只能另想办法:

1、打开注册表:regedit

2、找到:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP

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

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

相关文章:

  • 2022-02-09
  • 2021-06-02
  • 2021-12-06
  • 2021-09-25
  • 2021-11-22
  • 2022-12-23
猜你喜欢
  • 2021-04-29
  • 2022-02-09
  • 2021-07-30
  • 2021-09-25
  • 2021-10-09
  • 2022-02-09
相关资源
相似解决方案