How to turn off the default port 80 when iis is enabled in win7?

I found that port 80 is still occupied as long as iis is turned on, even if the iis service is not started. What"s going on?

iis"s website is set up with two ports, neither of which is 80. in addition, iis is not started.

but port 80 is occupied by the system process with pid 4. Why?

are there any other solutions besides shutting down iis?

Jan.08,2022

solution:
Open the registry:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesHTTP

change the actual value of start to 0.

reference: https://jingyan.baidu.com/art.

this problem can be caused by installing sqlserver and reopening the iis service.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b358b4-e4f0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b358b4-e4f0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?