找到某个进程对应的端口号
Netstat -ano|findstr 8080
通过ip 地址,强行 taskkill /PID 11048
但有的情况下终止不了,需要通过下列方式进行
taskkill /f /pid 2992