lovebkj

查看端口号是21606的进程

netstat -ano | findstr "21606"

可以看到上图最后一列的进程号。

现在,杀死进程,使用如下:

taskkill -PID (pid号) -F

以上。

分类:

技术点:

相关文章: