find an kill app that is using a port cmd.exe code example
Example: cmd kill process on port
## check and kill used "ports"
netstat -ano | findstr :8080
taskkill /PID <yourid> /F
## check and kill used "ports"
netstat -ano | findstr :8080
taskkill /PID <yourid> /F