How to enable mDNS on Windows 10
Turn off the Link Local Multicast Name Resolution (LLMNR) using the DNSClient::EnableMulticast policy setting.
You can disable the LLMNR if you enable the DNSClient::EnableMulticast policy setting by following these steps:
Press Win + R, type regedit in the Open box, and then click OK.
If prompted by User Account Control, click Yes to open the Registry Editor.
Locate and then click the DNSClient subkey in the registry path: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\
If the DNSClient subkey does not exits create a new Registry Key by Right-click on Windows NT subkey.
Select New and then Key
Name it as DNSClient.
Right-click on DNSClient subkey.
Select New and then DWORD (32-bit) Value
Name it as EnableMulticast.
Double-click on EnableMulticast to edit the value with 0
Reboot your PC.