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

Опубликовано: 18 Октябрь 2024
на канале: psenough
31,931
268

#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