Today, I have come across with a situation of finding the port-program mapping.
Procedure
- Open command prompt
- Enter the following command
- Syntax: netstat -aon | find ":
" - Example: netstat -aon | find ":80"
- Get the PID (Process Id) from the list
- Execute the following command
- Syntax: tasklist "PID eq
" - Example: tasklist "PID eq 9192"
Please send your queries and feedback to psrdotcom@gmail.com
No comments:
Post a Comment