netstat -aon | findstr :<port>
Netstat -o will pull up a list of all ports being used and the PID associated with that port use.
netstat -aon | findstr :<port>
Netstat -o will pull up a list of all ports being used and the PID associated with that port use.