- Open cmd.exe
- Write netstat -aon | find /i "listening"
- The first column shows which protocol is being used by this progress on transport layer. TCP or UDP.
- Second column shows the port number of this progress.
- Fifth shows one of the most important thing: Process ID.

No comments:
Post a Comment