To find out which application uses what IP port on a Windows, both open listening sockets and open connections, you can use netstat with some options and then grep for the port number, or findstr as it’s called in Windows world. netstat -ano | findstr “:xxxx” This outputs something like this: Aktive tilkoblinger Prot. Lokal [...]