windows命令行查杀进程

netstat -ano 查看系统活动进程,并显示PID

netstat -ano | find "843" 查看使用843端口的进程信息

ntsd -c q -p PID 结束进程号为PID的进程

win7下可以使用 tskill PID

相关推荐