Kill 8080 port with cmd

If you are using Windows, it’s can be useful to kill certain port. I will show you, how to kill the process :

netstat -ano | findstr :8080

taskkill /PID typeyourPIDhere