Windows下查看占用端口的程序

Windows下查看占用端口的程序

分类: 杂谈 80人阅读 评论(0) 收藏 举报
Windows 占用 端口 程序
以8888为例

第一步 netstat -aon | findstr 8888

 
查找8888对应的程序的pid

第二步 tasklist|findstr "pid"


OK 是matlab占用了8888端口
Over!

你可能感兴趣的:(windows,端口)