Answers for "how to find a port process in windows"

19

find out process using port windows

netstat -ano | findstr 8080
Posted by: Guest on December-09-2019
5

find process using port

lsof -i :8080
Posted by: Guest on September-20-2021

Code answers related to "how to find a port process in windows"

Browse Popular Code Answers by Language