×

mmk's video: Find process using port - Check which application is using which port

@Find process using port - Check which application is using which port
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: https://youtu.be/GMcptMj4jx8 Subscribe to My Channel and Get More Great Tips: https://www.youtube.com/subscription_center?add_user=krestsss 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 https://youtu.be/rbycmTTAiqI Feel free to ask me any question!!! Subscribe on YouTube Channel: http://goo.gl/EjTyOO Find me on Facebook: https://goo.gl/K0jp3d Follow me on Twitter: http://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?

223

16
mmk
Subscribers
25.4K
Total Post
103
Total Views
2.8M
Avg. Views
42.4K
View Profile
This video was published on 2019-11-30 23:51:27 GMT by @mmk on Youtube. mmk has total 25.4K subscribers on Youtube and has a total of 103 video.This video has received 223 Likes which are lower than the average likes that mmk gets . @mmk receives an average views of 42.4K per video on Youtube.This video has received 16 comments which are lower than the average comments that mmk gets . Overall the views for this video was lower than the average for the profile.

Other post by @mmk