avatar
kill existing port in Windows Protocol
taskkill /F /PID [PID]

For example:

taskkill /F /PID 9688

Note: The port number 9688 is obtained by running the command netstat -ano | findstr :<port>.

24
find port usage in WIndows
You need to login to do this manipulation!