Answers for "check which application is using port"

-1

check which application is using port

In Windows CMD/Powershell:
netstat -aon | findstr '[port_number]'
Posted by: Guest on October-02-2020

Code answers related to "check which application is using port"

Browse Popular Code Answers by Language