Hello there,
You can make the registry edit and see how it goes.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
In the right pane, right-click and select New – DWORD (32-bit value) and set its name as “IGMPVersion” , set it with the value 3
1.Version values:
2 – Support IGMP version 1
3 – Support IGMP version 2
4 – Support IGMP version 3 (default)
In the right pane, right-click and select New – DWORD (32-bit value) and set its name as “IGMPLevel” and set it to 2
0 – Disable Multicast support
1 – Support only sending IPv4 Multicast packets (do not receive)
2 – Fully participate in IGMP. Support sending and receiving Multicast packets (default)
Here is the reference download link for the IGMP values:
You can try to turn off the firewall from all profiles and see if that helps.
What about packet capturing and checking where this is getting dropped?
Packet Monitor (Pktmon) is an in-box, cross-component network diagnostics tool for Windows. It can be used for packet capture, packet drop detection, packet filtering and counting. https://learn.microsoft.com/en-us/windows-server/networking/technologies/pktmon/pktmon
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–