码迷,mamicode.com
首页 > 其他好文 > 详细

如何关闭占用端口的应用

时间:2017-05-22 15:01:14      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:端口   sof   ros   所有权   net   版本   strong   kill   保留   

Microsoft Windows [版本 10.0.14393]
(c) 2016 Microsoft Corporation。保留所有权利。

C:\Windows\system32>netstat -aon | findstr "8080"
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 10748
TCP 192.168.1.104:8080 192.168.1.104:14732 TIME_WAIT 0
TCP [::]:8080 [::]:0 LISTENING 10748

C:\Windows\system32>tasklist | findstr "10748"
uTorrent.exe 10748 Console 1 44,424 K

C:\Windows\system32>taskkill /pid 10748 /F
成功: 已终止 PID 为 10748 的进程。

C:\Windows\system32>

如何关闭占用端口的应用

标签:端口   sof   ros   所有权   net   版本   strong   kill   保留   

原文地址:http://www.cnblogs.com/wqkant/p/6889060.html

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