windows 10 find process using a port 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