You are on page 1of 1

Steps to kill process running on port 8080 in Windows,

netstat -ano | findstr < Port Number >


taskkill /F /PID < Process Id >

You might also like