windows cmd close process by pid code example
Example: cmd kill process by pid
## 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