例:查看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

 

posted on 2019-09-03 16:19  进_进  阅读(88)  评论(0)    收藏  举报