avatar
find port usage in WIndows Protocol
netstat -aon | findstr :<port>

For example:

netstat -aon | findstr :3306
24
kill existing port in Windows
You need to login to do this manipulation!