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

win10 解决端口被占用

时间:2019-08-26 20:47:09      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:占用   stat   ffffff   sha   win   text   chm   list   color   

  • 查看端口
netstat -aon|findstr "端口"

技术图片

  • 通过PID查找应用程序
tasklist|findstr "PID"

技术图片

  • 关闭进程
taskkill /f /t /im 进程

技术图片

win10 解决端口被占用

标签:占用   stat   ffffff   sha   win   text   chm   list   color   

原文地址:https://www.cnblogs.com/maggieq8324/p/11414734.html

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