这个东西搞得我服务都重装了十几遍
netstat
-aon|findstr
"80"
之前发现系统一直被System 这个进程占用
net stop http 然后选择y
Sc config http start= disabled
这个时候就可以用了
然后再开启
Sc config http start= auto
然后再
netstat
-aon|findstr
"80"查看一下,发现80端口已经不被占用了
这个东西搞得我服务都重装了十几遍
netstat
-aon|findstr
"80"
之前发现系统一直被System 这个进程占用
net stop http 然后选择y
Sc config http start= disabled
这个时候就可以用了
然后再开启
Sc config http start= auto
然后再
netstat
-aon|findstr
"80"查看一下,发现80端口已经不被占用了