windows command to check if some process using port code example
Example 1: find out process using port windows
netstat -ano | findstr 8080
Example 2: cmd listening ports
C:\> netstat -a -b
netstat -ano | findstr 8080
C:\> netstat -a -b