How To: Check what network ports are being used and by which program in Windows

How To: Check what network ports are being used and by which program in Windows

HomeOther ContentHow To: Check what network ports are being used and by which program in Windows
ChannelPublish DateThumbnail & View CountActions
Channel Avatar psenough2019-05-05 04:20:13 Thumbnail
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

Please take the opportunity to connect and share this video with your friends and family if you find it useful.