查看端口占用情况
netstat -ano
sc config http stat = demand
reboot
net stop http
Sc config http start= disabled
查看端口占用情况
netstat -ano
sc config http stat = demand
reboot
net stop http
Sc config http start= disabled
转载于:https://my.oschina.net/liseor/blog/107634