查找进程:
方法一: netstat -ano | find /I "xx"
方法二: tasklist | find /I "xx"
杀进程:
taskkill /pid xxx -f
windows 查找、杀进程
原文:https://www.cnblogs.com/keepLeung/p/14264205.html