1) Click Start Menu
2) Find CMD and then right Click and Open it into Administrator Mode

For all listening ports
netstat -aon | find /i “listening”
Apply port filter
netstat -aon |find /i “listening” |find “8080”
Finally with the PID we can run the following command to kill the process
Copy PID from result set