找到某个进程对应的端口号

Netstat -ano|findstr  8080

cmd强行终止进程

 

通过ip 地址,强行    taskkill /PID 11048

但有的情况下终止不了,需要通过下列方式进行

cmd强行终止进程

cmd强行终止进程

 

taskkill /f /pid 2992

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2021-12-05
  • 2022-12-23
  • 2021-10-14
  • 2021-06-20
  • 2021-09-26
  • 2021-11-27
猜你喜欢
  • 2022-12-23
  • 2021-06-20
  • 2021-12-05
  • 2021-11-27
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案