根据端口号查找进程

netstat -ano | findstr "端口号"

杀死进程

taskkill /pid "pid(最后一个数值)" /f

相关文章:

  • 2021-11-04
  • 2022-12-23
  • 2021-07-18
  • 2021-12-26
  • 2021-12-28
  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
  • 2021-12-11
  • 2021-11-20
  • 2021-12-14
  • 2021-12-14
相关资源
相似解决方案