STOP 80 PORT code example
Example 1: how to stop port 8080
netstat -ano | findstr <Port Number>
Example 2: how to stop port 8080
taskkill /F /PID <Process Id>
netstat -ano | findstr <Port Number>
taskkill /F /PID <Process Id>