码迷,mamicode.com
首页 > Windows程序 > 详细

windows如何查看端口占用情况?

时间:2021-02-17 14:43:39      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:如何   net   taskkill   名称   bsp   code   一点   find   windows   

windows如何查看端口占用情况?
1.cmd窗口中输入"netstat -ano"命令 查看系统所有端口的占用情况

netstat -ano

2.已知具体端口号,输入"netstat -ano | findstr "端口号""命令

netstat -ano | findstr "端口号"

3.通过步骤2可查询出占用该端口的进程id,通过下面的命令杀掉进程

taskkill /f /t /im "进程id或者进程名称"

 

每天进步一点点!

windows如何查看端口占用情况?

标签:如何   net   taskkill   名称   bsp   code   一点   find   windows   

原文地址:https://www.cnblogs.com/ixan/p/14402351.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!