win10系统80端口被占用怎么办?ide
由于win10默认开启了IIS所以占用了80端口,能够netstat –ano 查到。进程
运行netstat -aon | findstr :80 ,发现pid是4的system进程占用着80端口element
解决方法:cmd
把"World Wide Web Publishing Service"服务关掉便可 博客
其余方法: it
以系统管理员身份运行 cmd class
执行中止http 服务操做 方法
net stop http top
执行修改启动项操做 端口
sc config http start=disabled
你要保守你心,赛过保守一切。
做者:刘俊涛的博客