Home > Operation and Maintenance > Windows Operation and Maintenance > How to find the problem of Windows 80 port occupation

How to find the problem of Windows 80 port occupation

藏色散人
Release: 2020-04-26 16:15:48
Original
3507 people have browsed it

How to find the problem of Windows 80 port occupation

1. Open the "Start Menu" in the lower left corner of the computer, find "Run" and enter the command cmd

How to find the problem of Windows 80 port occupation

## 2. Let’s take port 80 as an example. Enter the command

netstat -aon|findstr "80" in dos and press Enter to display the following display. You can see that the PID number of the program corresponding to port 80 is 1752

How to find the problem of Windows 80 port occupation

3. Find the corresponding program according to the PID number: continue to enter the command

tasklist|findstr "1752", and press Enter to display As shown below, it can be seen that the program corresponding to 1752 is QQProtect.exe, which also shows that the program is using port 80

How to find the problem of Windows 80 port occupation##4. If you want to use port 80 If it is not occupied, you need to end the corresponding process in the task manager, press the shortcut key

Ctrl Shift Esc

to bring up the Windows Task Manager, find QQProtect.exe, and click below Just end the process!

The above is the detailed content of How to find the problem of Windows 80 port occupation. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Can Windows be learned?
From 1970-01-01 08:00:00
0
0
0
Install PHP in windows environment
From 1970-01-01 08:00:00
0
0
0
zookeeper extension under windows
From 1970-01-01 08:00:00
0
0
0
Can I play vim happily on Windows?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template