Windows 查看哪個程序佔用端口號,結束進程。
2021-06-04 23:05
阅读:518
标签:enter kill center error 方法 .com 提示 win pid 1、netstat -ano | findstr "135" 2、需要根據PID ,查找 這個程序是什麼: 3、結束這個進程 Windows 查看哪個程序佔用端口號,結束進程。 标签:enter kill center error 方法 .com 提示 win pid 原文地址:https://blog.51cto.com/12218973/2391512
當我再搭建WSUS的時候,搭建Vcenter的時候,等等,如果提示你80端口被佔用,或者報端口佔用的error的時候。如何去查找哪個程序佔用了這個端口呢?
命令:netstat -ano : 查看所有連接的PID 及端口號
這條命令的作用是找到使用 135端口的 PID號 是多少?
方法1: tasklist | findstr "732"
方法2: 查看任務管理器。
taskkill / pid 732 /F
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Windows 查看哪個程序佔用端口號,結束進程。
文章链接:http://soscw.com/index.php/essay/90605.html
文章标题:Windows 查看哪個程序佔用端口號,結束進程。
文章链接:http://soscw.com/index.php/essay/90605.html
评论
亲,登录后才可以留言!