Windows view port Occupied program command (80 port for example)

Source: Internet
Author: User

Start – Run –cmd Enter the command prompt input Netstat-ano to see all the connected PID in Task Manager to find the program corresponding to this PID if the task Manager does not have the PID this item, you can select "View"-"Choose Column" in Task Manager

Often, we start the application to find that the system needs the port to be occupied by other programs, how to know who owns the port we need, many people have a headache, the following introduction a very simple method, hope for everyone useful.

We need to determine who's taking up our 80 ports.

Execute under Windows command Line window:

The code is as follows Copy Code

C:/>netstat-aon|findstr "80″
TCP 0.0.0.0:19780 0.0.0.0:0 Listening 2044
TCP 10.72.224.5:2558 96.17.109.8:80 established 2044
TCP 10.72.224.5:2757 60.210.176.209:80 time_wait 0
TCP 10.72.224.5:3956 125.46.1.234:80 established 2044
TCP 10.72.224.5:3959 125.46.1.234:80 established 2044
UDP 0.0.0.0:2280 *:* 3700

Do you see that the port is occupied by a process number 2044 process, and continue with the following command:

The code is as follows Copy Code
C:/>tasklist|findstr "2044″
Avp.exe 2044 Console 0 37,680 K

Very clear, AVP Kabbah Monitor 80 ports, adjust the Kabbah network listening settings.
Of course, if your 80 port is occupied by another program, kill or adjust the port.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.