kill task port 8080 code example
Example: windows stop process running on port 8080
netstat -ano | findstr <Port Number>
taskkill /F /PID <Process Id>
netstat -ano | findstr <Port Number>
taskkill /F /PID <Process Id>