how to check port usage in windows 10 task manager 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