find which service is using port

C++
 netstat -aon | findstr<port_number>  

 tasklist | findstr 9260 
Source

Also in C++: