win10系统80端口被占用怎么办?

win10系统80端口被占用怎么办?

因为win10默认开启了IIS因此占用了80端口,可以netstat –ano 查到。

运行netstat -aon | findstr :80 ,发现pid是4的system进程占用着80端口

解决方法:

把"World Wide Web Publishing Service"服务关掉即可

其他方法:

以系统管理员身份运行 cmd

执行停止http 服务操作

net stop http

执行修改启动项操作

sc config http start=disabled

上一篇:Maven项目远程部署到Tomcat


下一篇:poj 1833 排列 STL 全排列公式