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

windows查看端口占用进程并关闭

时间:2017-11-14 19:34:46      阅读:316      评论:0      收藏:0      [点我收藏+]

标签:windows   参考   端口占用   net   targe   ref   netstat   win   href   

以端口8080为例:

1.查找对应的端口占用的进程:netstat  -aon|findstr  "8080"    ,找到占用8080端口对应的程序的PID号:

2.根据PID号找到对应的程序:tasklist|findstr "PID号"    ,找到对应的程序名

3.结束该进程:taskkill /f /t /im 程序名

 

参考自:http://blog.csdn.net/superit401/article/details/51501166

windows查看端口占用进程并关闭

标签:windows   参考   端口占用   net   targe   ref   netstat   win   href   

原文地址:http://www.cnblogs.com/DarrenChan/p/7833996.html

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