how to check which process is using which port on windows code example
Example 1: find out process using port windows
netstat -ano | findstr 8080
Example 2: windows know a process that is using a port
Windows List Process In Port
netstat -ano | findstr 8080
Windows List Process In Port