Find Processes running on a port nnumber netstat -ano | findstr :<PortNumber> Kill Process with PID taskkill /PID <PID> /F