Answers for "how to find who is using port 8080 in windows"

1

check ports in use windows 8080

netstat -aon | findstr 8080 
tasklist | findstr <PID>
Posted by: Guest on March-01-2021

Code answers related to "how to find who is using port 8080 in windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language