---
title: "Windows 10开启mdns服务"
id: "3249"
type: "post"
slug: "windows-10%e5%bc%80%e5%90%afmdns%e6%9c%8d%e5%8a%a1"
published_at: "2021-10-30T14:31:48+00:00"
modified_at: "2021-10-30T14:31:48+00:00"
url: "https://seq.ink/all/3249.html"
markdown_url: "https://seq.ink/all/3249.html.md"
excerpt: "原文地址：Link CMD管理员权限运行 REG ADD \"HKLM\\Software\\Policies\\Microsoft\\Windows NT\\DNSClient\" /V \"EnableMulticast& ..."
taxonomy_category:
  - "ALL"
---

原文地址：[Link](https://superuser.com/questions/1330027/how-to-enable-mdns-on-windows-10-build-17134/1330028#1330028)

CMD管理员权限运行

`REG ADD "HKLM\Software\Policies\Microsoft\Windows NT\DNSClient" /V "EnableMulticast" /D "0" /T REG_DWORD /F`
