kill the process id of port

netstat -ano |findstr 9000

C:\Users\msz>netstat -ano |findstr 9000
  TCP    0.0.0.0:9000           0.0.0.0:0              LISTENING       2296
  UDP    0.0.0.0:9000           *:*                                    2296

taskkill /pid 2296 -f(让我们果断杀掉它吧!!!)

C:\Users\msz>taskkill /pid 2296 -f

成功: 已终止 PID 为 2296 的进程

posted @ 2017-03-26 15:01  idlewith  阅读(220)  评论(0编辑  收藏  举报