Quick Tip: Use netstat To Find What Is Blocking Your Port
The Windows command below will tell you the PID of the application that is using the port specified: netstat -aon | find "8080" Have any...
The Windows command below will tell you the PID of the application that is using the port specified: netstat -aon | find "8080" Have any...