Current location - Quotes Website - Team slogan - How to treat the port number of your own computer process
How to treat the port number of your own computer process
Required tools: command prompt or Windows PowerShell.

Run netstat -ano at a command prompt or under Windows PowerShell.

Note: -a shows all connected and listening ports.

-n Displays the address and port number as numbers.

-o Displays the owned process ID associated with each connection.