win10 解决端口被占用

2021-02-06 15:15

阅读:708

标签:占用   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


评论


亲,登录后才可以留言!