Answers for "how to find application using port on windows cmd"

-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 "how to find application using port on windows cmd"

Browse Popular Code Answers by Language