解决Windows服务器system占用80端口问题

删除System 80端口:
1、net stop http 停HTTP
2、sc config http start=demand & net start http 启动HTTP

成功之后会给System分配新的端口,如果第二次启动还被占用,则重复上述两步即可

posted @ 2021-06-23 09:25  liaozk  阅读(403)  评论(0)    收藏  举报