killport command line bash code example
Example: close all localhost connections
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F