How to enable mDNS on Windows 10 build 17134?
I am looking for a way to resolve .local addresses in Windows 10.
Windows itself also includes mDNS support, but that appears to only be available for Modern API applications.
In the past, the advice has always been to install Apple's Bonjour, for instance How to enable mDNS on Windows (7). Unfortunately, that seems to no longer be working.
As far as I can tell, the problem is that one of Windows' own processes, DNSCache, is now listening on port 5353.
How do I get mDNS to work for non-Modern applications?
windows-10 bonjour windows-10-v1803 mdns
add a comment |
I am looking for a way to resolve .local addresses in Windows 10.
Windows itself also includes mDNS support, but that appears to only be available for Modern API applications.
In the past, the advice has always been to install Apple's Bonjour, for instance How to enable mDNS on Windows (7). Unfortunately, that seems to no longer be working.
As far as I can tell, the problem is that one of Windows' own processes, DNSCache, is now listening on port 5353.
How do I get mDNS to work for non-Modern applications?
windows-10 bonjour windows-10-v1803 mdns
add a comment |
I am looking for a way to resolve .local addresses in Windows 10.
Windows itself also includes mDNS support, but that appears to only be available for Modern API applications.
In the past, the advice has always been to install Apple's Bonjour, for instance How to enable mDNS on Windows (7). Unfortunately, that seems to no longer be working.
As far as I can tell, the problem is that one of Windows' own processes, DNSCache, is now listening on port 5353.
How do I get mDNS to work for non-Modern applications?
windows-10 bonjour windows-10-v1803 mdns
I am looking for a way to resolve .local addresses in Windows 10.
Windows itself also includes mDNS support, but that appears to only be available for Modern API applications.
In the past, the advice has always been to install Apple's Bonjour, for instance How to enable mDNS on Windows (7). Unfortunately, that seems to no longer be working.
As far as I can tell, the problem is that one of Windows' own processes, DNSCache, is now listening on port 5353.
How do I get mDNS to work for non-Modern applications?
windows-10 bonjour windows-10-v1803 mdns
windows-10 bonjour windows-10-v1803 mdns
edited Jun 10 '18 at 15:29
magicandre1981
82.2k20126204
82.2k20126204
asked Jun 10 '18 at 4:49
Kevin KeaneKevin Keane
276210
276210
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I ended up finding the answer minutes after posting my question.
The solution is to first disable mDNS in Windows. This has to be done in the registry. As usual, the standard warning applies: editing the registry is not for the faint of heart, and doing it incorrectly can damage your Windows installation beyond repair.
Navigate to the registry key ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTDNSClient. If the key does not exist, you may need to create it.
Then add the value EnableMulticast as a REG_DWORD, with the value 0.
Reboot.
Then install Bonjour. After this hack, mDNS works as expected.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1330027%2fhow-to-enable-mdns-on-windows-10-build-17134%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I ended up finding the answer minutes after posting my question.
The solution is to first disable mDNS in Windows. This has to be done in the registry. As usual, the standard warning applies: editing the registry is not for the faint of heart, and doing it incorrectly can damage your Windows installation beyond repair.
Navigate to the registry key ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTDNSClient. If the key does not exist, you may need to create it.
Then add the value EnableMulticast as a REG_DWORD, with the value 0.
Reboot.
Then install Bonjour. After this hack, mDNS works as expected.
add a comment |
I ended up finding the answer minutes after posting my question.
The solution is to first disable mDNS in Windows. This has to be done in the registry. As usual, the standard warning applies: editing the registry is not for the faint of heart, and doing it incorrectly can damage your Windows installation beyond repair.
Navigate to the registry key ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTDNSClient. If the key does not exist, you may need to create it.
Then add the value EnableMulticast as a REG_DWORD, with the value 0.
Reboot.
Then install Bonjour. After this hack, mDNS works as expected.
add a comment |
I ended up finding the answer minutes after posting my question.
The solution is to first disable mDNS in Windows. This has to be done in the registry. As usual, the standard warning applies: editing the registry is not for the faint of heart, and doing it incorrectly can damage your Windows installation beyond repair.
Navigate to the registry key ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTDNSClient. If the key does not exist, you may need to create it.
Then add the value EnableMulticast as a REG_DWORD, with the value 0.
Reboot.
Then install Bonjour. After this hack, mDNS works as expected.
I ended up finding the answer minutes after posting my question.
The solution is to first disable mDNS in Windows. This has to be done in the registry. As usual, the standard warning applies: editing the registry is not for the faint of heart, and doing it incorrectly can damage your Windows installation beyond repair.
Navigate to the registry key ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTDNSClient. If the key does not exist, you may need to create it.
Then add the value EnableMulticast as a REG_DWORD, with the value 0.
Reboot.
Then install Bonjour. After this hack, mDNS works as expected.
answered Jun 10 '18 at 5:04
Kevin KeaneKevin Keane
276210
276210
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1330027%2fhow-to-enable-mdns-on-windows-10-build-17134%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown