Windows——80端口被系统占用
前言
运行本地服务器,报错80端口没有权限监听,查找后发现80端口被system占用,无法使用taskkill进行解除;

内容
##1. 管理员权限运行cmd
##2. 停止http服务
net stop http
##3. 关闭开启自启动
sc config http start= disabled
学无止境,谦卑而行.
运行本地服务器,报错80端口没有权限监听,查找后发现80端口被system占用,无法使用taskkill进行解除;

##1. 管理员权限运行cmd
##2. 停止http服务
net stop http
##3. 关闭开启自启动
sc config http start= disabled