Home > Article > System Tutorial > Win7 port 1080 is occupied
Many friends who use win7 system computers find that when they need to open a certain port, the system prompts that it is already occupied 1080. At this time, how should we solve it? Today, the editor has brought a detailed solution. You can view it in the command manager. Let’s take a look at the specific tutorial.
1. Since the port is said to be occupied, you need to find out which program is occupying port 1080.
2. Open cmd.exe and enter the command:
3. The last column is the PID, mine is 4568;
4. If you want to know what program this PID corresponds to, you can continue to enter:
5. Open the task manager, according to the PID or process Find the name
6. Kill directly! Right click and select "End Process
The above is the detailed content of Win7 port 1080 is occupied. For more information, please follow other related articles on the PHP Chinese website!