Occupied ports are a common problem when you are dealing with computer problems. For those who use Win10 system, this article will introduce in detail an efficient method to check the port occupation status. With easy-to-follow steps, you can quickly find the occupied port so you can solve the problem and restore normal operation of your computer. Continue reading this article to learn about the Win10 port occupancy viewing guide brought by php editor Banana.
Introduction to the method of checking occupied ports in Win10 efficiency
1. Open the run function through the [Win+R] shortcut key, enter "cmd" in the input box and click OK;
2. Then enter "netstat -ano" in the cursor area of the open command window and press the Enter key;
3. As shown in the picture, you can see the port occupation;
4. Find the default port 80, which is already occupied. It is recommended to change it to 8080 or other ports
5. After completing the changes, just close the window.
The above is the detailed content of How to efficiently check the occupied ports in Win10_Introduction to the method of efficiently checking the occupied ports in Win10. For more information, please follow other related articles on the PHP Chinese website!