方法一

打开cmd,输入命令

  1. netstat -aon|findstr "1080"

找出端口为1080的PID(最后一列)
image.png
输入命令, 根据pid找到进程:

  1. tasklist|findstr "9004"

image.png
打开任务管理器,根据pid和进程名杀掉进程

方法二

使用软件CurrPorts
http://www.nirsoft.net/utils/cports.html#DownloadLinks
找到对应端口的进程,杀掉