## Get PID Id on port: netstat -ano | findstr <Port Number> ## Kill task on PID: taskkill /F /PID <Process Id> ## Process Id is the last numbers at the end of a line.