Hello,
The SocketPoolSize registry is created automatically with a value lower than default when system TCP/UDP Dynamic Port range is too small
Default value of socket pool size in DNS parameters is 2500 and it does not show by default on the registry. In this case, the registry key was created on its own and kept changing to a lower value:
HKLM\SYSTEM\CurrentControlSet\Services\DNS\Parameters\SocketPoolSize
Use NETSH to reset the system TCP/UDP Dynamic to its default value based on the OS version
netsh int ipv4 set dynamicport tcp start=49152 num=16384
netsh int ipv4 set dynamicport udp start=49152 num=16384
Best Regards
ZUnhui