I. BACKGROUND
Recently because of curiosity, updated the WINDOWS10 system, feel very fast, and the experience is good, but in the idea of the development, using 80 port to start the project when the port is occupied, so try to solve the problem. The specific steps are as follows, share to the need of you ~
Second, the solution steps
1. Use the netstat-ano|findstr command to view the process number PID for Port 80.
2. Because the 80 port is occupied by the system service, so there is no way to kill the process directly, and then use the netsh http show servicestate to view the current HTTP service status, as shown in the results:
As you can see, port 80 is occupied by a defaultapppool, and if you have used IIS before, you must have thought of the reason;
3. Go to the Task Manager, find the PID4640 process, right-click to the service, you can see the current process is located in the service,:
Seeing the services in the diagram, here are the reasons why the IIS World Wid Web Publishing Service is a problem.
4. Control Panel –> Program –> enable or disable Windows features –> Locate the Internet information Serviceand turn it off.
Iii. Summary
To this, we will be the perfect solution to the WINDOWS10 below the 80 port by the system service occupation of the problem, there is wood feel Bang Bang ~ ~ ~
Resolves an issue in which the 80-port Windows10 under the PID 4 system is occupied