例:查看5353端口被哪个进程占了
D:\>netstat -ano | findstr "5353" UDP 172.18.0.105:5353 *:* 2224 UDP 192.168.53.1:5353 *:* 2224 UDP 192.168.200.1:5353 *:* 2224 UDP [::1]:5353 *:* 2224
最后一列为进程ID,然后根据ID查进程名
D:\>tasklist | findstr 2224 TeamViewer_Service.exe 2224 Services 0 4,416 K
浙公网安备 33010602011771号