Many win10 users have discovered the "port occupation problem" when using the software, but many users do not know which port is occupied. In fact, it is very easy to check and solve it. You only need to press run and enter cmd.
1. Press win R and enter "cmd"
2. Enter the command: netstat - ano View all ports
3. Enter the command: netstat -ano|findstr "8081 View the specified port
4 , View the specified Pid process information tasklist|findstr "8808"
5. If you need to delete it, you can open the task management to find the corresponding process and end the operation
The above is the detailed content of Tutorial on checking port occupancy in win10. For more information, please follow other related articles on the PHP Chinese website!