有时候我们在使用win11的时候发现我们电脑下方的端口被占用了,用不了了,其实解决这个问题的方法也是非常简单的,我们只需要在运行界面进行设置就可以了。
win1180端口被占用:
1、首先我们打右键“开始”菜单,点击“运行”。
2、然后在运行界面输入“cmd”。
3、接着我们在其中输入“netstat–ano”然后按下回车。
4、我们可以看到80端口的对应pid是32128,然后我们输入netstat–ano|findstr 8080,查看8080端口的pid。
5、最后输入taskkill–pid 32128 -f回车就可以解决了。
Hi, this is a comment. To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar.