how to identify which service is using a port code example
Example: find which service is using port
netstat -aon | findstr<port_number>
tasklist | findstr 9260
netstat -aon | findstr<port_number>
tasklist | findstr 9260