Find process using port - Check which application is using which port

Sdílet
Vložit
  • čas přidán 29. 11. 2019
  • Find process using port Windows, check which application is using which port number using Command Prompt, how to find port number using PID
    Share this Video:
    • Find process using por...
    Subscribe to My Channel and Get More Great Tips:
    czcams.com/users/subscription_...
    Steps in tutorial:
    1. Find process using the port number
    Go to Windows search box and type CMD. Right-click on Command Prompt and Run it as administrator
    Type command:
    netstat -aon | findstr (Port Number)
    Replace the Port Number, with the actual port number that you want to check, hit enter.
    If the port is being used by any application, then that application’s detail will be shown in the list.
    The number, which is shown at the last column, is the PID number, the process ID of that application.
    Now you can find application name, using PID number
    Type command:
    tasklist | findstr (PID Number)
    Replace the PID Number with the number from the list, that you want to check and hit enter.
    2. Check which application is using which port, with two different methods.
    Remember that the Command prompt must be run as an administrator
    This command displays the entire list with details, which application is using which port number:
    netstat -a -b -n -o
    You can find command meaning by typing:
    netstat /?
    -a, displays all connections and listening ports.
    -b, displays the executable involved in creating each connection listening port.
    -n, displays addresses and port numbers in numerical form.
    -o, displays the owning process ID associated with each connection.
    The second method to check which application is using which port number:
    Go to Windows search box and type resmon, (resource monitor)
    Go to Network tab
    Open the Listening Ports sidebar
    There you can find a list of all listening ports that are used by different applications
    Other Videos:
    How to Change Port 80 and Port 443 in XAMPP Server
    • How to Change Port 80 ...
    Feel free to ask me any question!!!
    Subscribe on CZcams Channel: goo.gl/EjTyOO
    Find me on Facebook: goo.gl/K0jp3d
    Follow me on Twitter: goo.gl/gz2V6G
    This video-tutorial attempt to answer all below questions:
    How to check which application is using which port?
    How to find the process using port Windows?
    How to find the port number using PID?
    How to find what Applications use what Port?
    How to find which process listening on a particular port?
  • Jak na to + styl

Komentáře • 30

  • @VictorOkun
    @VictorOkun Před 4 lety +5

    Thanks a bunch - this just saved me a lot of trouble

  • @vladislavkaras491
    @vladislavkaras491 Před 6 měsíci

    Great demonstration!
    Thanks for the video!

  • @undeuxfr1
    @undeuxfr1 Před rokem

    thanks a lot great video ! really helpful !

  • @anastasyamelianacahyaningt9127

    thank youuuu. You safe my lifeee :)

  • @kelvinotieno4381
    @kelvinotieno4381 Před 3 lety

    Thanks a lot....

  • @musicoftheheart2148
    @musicoftheheart2148 Před 4 lety +1

    Thanks

  • @toknowit2
    @toknowit2 Před 3 lety

    Fantastic video thanks

  • @no5x937
    @no5x937 Před rokem

    How can I link a specific USB device, eg pointer, to a specific USB port while allowing all other running applications linked to the USB wireless mouse? Example: a PowerPoint presentation that will only respond to the USB pointer while other apps respond to the mouse.

  • @koderkev42
    @koderkev42 Před 10 měsíci

    I didn't like the robot voice but overall the video gave me what I needed. Thanks! I gave a thumbs-up!

  • @rahibjafarov1798
    @rahibjafarov1798 Před 2 lety

    thanks)

  • @rva1945
    @rva1945 Před 2 lety

    In my case the list shows tens of apps, which one do I kill? How to kill them all?

  • @komalsudhirshinde7601
    @komalsudhirshinde7601 Před 3 lety +1

    Thanks it worked so good

    • @mmktut
      @mmktut  Před 3 lety

      Thanks for watching👌👍

  • @vijayakumard4047
    @vijayakumard4047 Před 2 lety

    Unable to view clearly in CMD what type and what command shows in red highlight shows and you are not tell command name what you are typing

  • @HTMLtoAi
    @HTMLtoAi Před 3 lety +1

    Can I do that some apps which are using 80 port can remove it and give 80 port to xampp

    • @HTMLtoAi
      @HTMLtoAi Před 3 lety

      I have translated it from Google.

    • @mmktut
      @mmktut  Před 3 lety +1

      Hope this tutorial helps you with that:
      czcams.com/video/rbycmTTAiqI/video.html

    • @HTMLtoAi
      @HTMLtoAi Před 3 lety

      @@mmktut thanku ; )

  • @jsmnfrncsc_
    @jsmnfrncsc_ Před 3 lety +1

    yey! this saved my life ^_^

    • @mmktut
      @mmktut  Před 3 lety

      Thanks for watching!

  • @lahongthang
    @lahongthang Před 3 lety

    Hi mmk and thank you for the video. I found that the "System" process (PID=4, C:\Windows\System32
    toskrnl.exe) is using port 80, but it could not be stopped, so I can not start my IIS website on Windows Server 2019 (my website is started and worked well before). Do you know the way to stop it and disable it for me to start my website in IIS with port 80 (I don't like to use other ports). Thanks!

    • @mmktut
      @mmktut  Před 3 lety +2

      Hi, by default there is not any program to use port 80 on Windows, so if you do not installed that it looks like a malware and the name of file ntoskrnl.exe is used by hackers, so try to desinfaced your computer with third party anty virus i recommend kaspersky it has trial but full version but better to reinstall your Windows. to make sure you can google it and read about this malware.
      Thanks for watching👍

  • @mahdi-hasan
    @mahdi-hasan Před 3 lety

    How to view this using "process name" instead of PID?

    • @mmktut
      @mmktut  Před 3 lety

      Hi as I understand you need this part:
      czcams.com/video/GMcptMj4jx8/video.html

  • @anhadkohli3478
    @anhadkohli3478 Před 3 lety

    this line "|" becomes purple and gives me a different response

  • @r3litez541
    @r3litez541 Před 4 lety

    vvv

  • @jeewankhatiwara7039
    @jeewankhatiwara7039 Před 2 lety

    Nooobbbb👎

  • @SP-dp6fo
    @SP-dp6fo Před 4 lety

    The most annoying voice =( Dislike. But the video is great. Like. Final =J

  • @Akkayz
    @Akkayz Před 10 měsíci

    Thanks

  • @joewipat5452
    @joewipat5452 Před rokem

    Thanks