1. 使用命令netsh http show servicestate查看进程id
    windows 80端口被被pid 4的system占用解决方案

  2. 右键下方调出任务管理器->详细信息 将pid排序找到 刚刚的pid 将其结束
    windows 80端口被被pid 4的system占用解决方案3.使用命令查看结果 命令为:
    netstat -ano | findstr ":80 "
    windows 80端口被被pid 4的system占用解决方案

相关文章:

  • 2021-09-25
  • 2021-10-13
  • 2021-09-25
猜你喜欢
  • 2021-06-27
  • 2021-09-25
  • 2021-09-25
  • 2021-09-25
  • 2021-09-25
  • 2021-12-27
  • 2021-12-07
相关资源
相似解决方案