Windows命令

查看端口占用情况
netstat -ano
netstat -aon|findstr "9050"     
 
进程查看
tasklist|findstr "2016"
 
结束进程
taskkill /f /t /im aa.exe     
原文地址:https://www.cnblogs.com/laohehexiaohe/p/4002442.html