Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2019-05-05 04:20:13 | ![]() 32,878 Views |
#howto #port #windows
A simple video guide on how to list the used ports your Windows machine is currently using and also find the program (PID) is using it. The magic commands you want to type on your command line are:
1) ‘netstat -aon’ to list all network status communications naming their PID’s
2) ‘tasklist /FI /”PID eq ###/”‘ to list the name of process with a specific PID
A simple video guide on how to list the used ports your Windows machine is currently using and also find the program (PID) is using it. The magic commands you want to type on your command line are:
1) ‘netstat -aon’ to list all network status communications naming their PID’s
2) ‘tasklist /FI /”PID eq ###/”‘ to list the name of process with a specific PID
Please take the opportunity to connect and share this video with your friends and family if you find it useful.