cmd kill all processes code example
Example: cmd kill process
## 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