Ports and processes under windows

Reading Time: < 1 minute It is possible to know which process is listening on a specific port in Windows.
Do the following:

– Open a cmd window.
– Type "netstat -ano"
– Look right, there is the PID of the process you’re looking for in front of the port number.
– Type "tasklist /svc /FI "PID eq 4022"   Replace 4022 by your PID number.

Reading Time: < 1 minute

It is possible to know which process is listening on a specific port in Windows.
Do the following:

– Open a cmd window.
– Type "netstat -ano"
– Look right, there is the PID of the process you’re looking for in front of the port number.
– Type "tasklist /svc /FI "PID eq 4022"   Replace 4022 by your PID number.

By Marc Olivier Meunier

Marc has spent the past few years putting oil on the fire of a hyper growth ad tech company. At Smartly.io he was in charge of scaling the support and its culture. At Eficode he is now leading an engineering team and running operations. He leads by example and puts a lot of emphasis on diversity and inclusion, constantly working to create a safe environment. A warm leader with a passion for memorable experiences and innovation.
Find Marc on Linkedin

Leave a Reply

Your email address will not be published. Required fields are marked *