1.查看特定端口的使用情况:
以80端口为例,输入命令 netstat -aon|findstr "80"


2.根据PID号找到对应的程序:
以PID是6776为例,输入命令tasklist|findstr "6776"

相关文章:

  • 2021-08-28
  • 2021-08-15
  • 2022-12-23
  • 2022-01-14
  • 2021-09-14
  • 2022-01-04
  • 2021-10-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2021-12-15
  • 2021-12-27
  • 2021-06-15
  • 2021-07-03
相关资源
相似解决方案