windows 杀死进程

Posted rgcloveyaya

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows 杀死进程相关的知识,希望对你有一定的参考价值。

查看所有进程: tasklist

查看某一个进程: tasklist | findstr python

杀死进程:taskkill /F /PID python.exe

 

查看端口占用情况:netstat -ano 

查看某个端口占用情况:netstat -ano |  findstr 3306

 

以上是关于windows 杀死进程的主要内容,如果未能解决你的问题,请参考以下文章