1、通过端口号查看进程指令
eg:netstat -nao|findstr "8762"
协议 本地地址 外部地址 状态 PID
可以通过PID找到相对应的进程:
tasklist | findstr "8972"
通过PID杀死进程: