windows进程管理

tasklist | findstr "processname"  # 查找进程名
netstat -ano |findstr "port"  # 查找端口 
原文地址:https://www.cnblogs.com/oaks/p/15545731.html