How to determine which PID sends specific DNS requests on Windows?

Is there any way to find out which process (PID) is generating DNS requests on Windows (user computer, win10).

I tried some tools from sysinternals (process explorer, tcpview,…) but non on them were successful in this or at least I wasn’t.

In my DNS server logs I found some interesting (to me) requests, and I would just like to check out what process generated them.

Than you