batch file to kill process by port windows code example
Example 1: cmd kill process on port
## check and kill used "ports"
netstat -ano | findstr :8080
taskkill /PID <yourid> /F
Example 2: kill process on port windows
Check this gist
https://gist.github.com/abhagsain/620120eb99cc5944d478a23757f9e00f