Home  >  Article  >  System Tutorial  >  Tutorial on checking port occupancy in win10

Tutorial on checking port occupancy in win10

WBOY
WBOYforward
2023-12-24 20:17:301631browse

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.

Win10 tutorial to check port occupancy

1. Press win R and enter "cmd"

Tutorial on checking port occupancy in win10

2. Enter the command: netstat - ano View all ports

Tutorial on checking port occupancy in win10

3. Enter the command: netstat -ano|findstr "8081 View the specified port

Tutorial on checking port occupancy in win10

4 , View the specified Pid process information tasklist|findstr "8808"

Tutorial on checking port occupancy in win10

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!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete