How to solve the problem of Win10 prompt "Server startup failed, port 80 is occupied"?

  
                When we install the software on the Win10 system, we will encounter the prompt that the port 80 is occupied. Please use the other port. The main reason for causing port 80 to be occupied is that the default installation port of some system services is 80, which is easy to conflict with other services such as installed ISS, causing some service items to fail to start. How can we solve this problem? Now let's talk about how to solve the Win10 prompt "Server startup failed, port 80 is occupied" problem.

The steps are as follows:

1. Run cmd as administrator;

2. Enter:

net stop http

Note: If prompted If you really need to stop these services, select “Y”;

3. After you finish, type:

sc config http start=disabled

Other methods: (if Port 80 cannot be decommissioned, use the solution below.)

Solution One:

1, Ctrl+x, then select “Computer Management", expand “Services and Applications ”, find <;service";

2, find "World Wide Web Publishing Service", double-click to open, change the startup type to manual, change the service status to “ stop & rdquo;; Br>

3. If port 80 is still occupied, you need to stop the following services:

“SSDP Discovery”

“Print Spooler”

“HomeGroup Provider”

“Function Discovery Re Source Publication”

 quo;Function Discovery Provider Host&<<>

Solution 2:

1. Run regedit as an administrator;

2, open Key value: HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\services\\HTTP;

3. Find the Start item on the right and change it to 0;

4. Restart the system, the System process will not Occupies 80 ports.

The above is how to solve the Win10 prompt "Server startup failed, port 80 is occupied" problem. If you are experiencing similar problems while using Win10, you may wish to try the above solutions.

Copyright © Windows knowledge All Rights Reserved