mdnsresponder

You are no doubt reading this article because you’ve noticed the mDNSResponder.exe process running in Task Manager, you don’t remember installing it, and it doesn’t show up in the Add/Remove programs in Control Panel. So what is it, and how do we get rid of it?

您无疑会阅读本文,因为您已经注意到任务管理器中运行的mDNSResponder.exe进程,您不记得安装了它,并且该过程也未显示在“控制面板”中的“添加/删除”程序中。 那么这是什么,以及我们如何摆脱它呢?

This article is part of our ongoing series explaining various processes found in Task Manager, like dwm.exe, ctfmon.exe, conhost.exe, rundll32.exe, Adobe_Updater.exe, and many others. Don’t know what those services are? Better start reading!

本文是我们正在进行的系列文章的一部分,介绍了在任务管理器中找到的各种过程,例如dwm.exe , ctfmon.exe , conhost.exe , rundll32.exe , Adobe_Updater.exe以及许多其他过程。 不知道这些服务是什么? 最好开始阅读!

What is mDNSResponder.exe or Bonjour?

什么是mDNSResponder.exe或Bonjour?

The mDNSResponder.exe process belongs to the Bonjour for Windows service, which is Apple’s “Zero Configuration Networking” application, typically installed automatically by iTunes. If you’ve ever wondered how one iTunes install can talk to another on the same local network, Bonjour is what actually does this behind the scenes.

mDNSResponder.exe进程属于Bonjour for Windows服务,该服务是Apple的“零配置网络”应用程序,通常由iTunes自动安装。 如果您曾经想知道一个iTunes安装如何与同一个本地网络上的另一个iTunes通信,那么Bonjour实际上是在幕后进行的操作。

Don’t use iTunes? You aren’t alone, and that’s not the only way that Bonjour gets installed on your computer. It’s also bundled in a whole bunch of other software, like Pidgin, Skype, and Safari, and used to connect clients together on the same network.

不使用iTunes? 您并不孤单,这不是Bonjour安装在计算机上的唯一方式。 它还捆绑在许多其他软件中,例如Pidgin,Skype和Safari,并用于将同一网络上的客户端连接在一起。

It’s implemented as a Windows Service, which you can see if you head into the services panel (or just type services.msc into the start menu search box). You can stop it from here anytime.

它作为Windows服务实现,您可以查看是否进入服务面板(或仅在开始菜单搜索框中键入services.msc)。 您可以随时从这里停止它。

The whole problem we have is that it generally doesn’t show up in Add / Remove Programs, so you can’t get rid of it through any normal methods. Thankfully you can still remove mDNSResponder.exe if you really want to, and it will simply limit some of the functionality in the apps that might rely on it.

我们遇到的整个问题是,它通常不会显示在“添加/删除程序”中,因此您无法通过任何常规方法摆脱它。 值得庆幸的是,如果您确实愿意,仍然可以删除mDNSResponder.exe,它将仅限制可能依赖该应用程序的某些功能。

Important: Don’t remove Bonjour if you use iTunes to share libraries, or any other feature from an application that relies on it.

重要提示:如果您使用iTunes共享库或依赖它的应用程序中的任何其他功能,请不要删除Bonjour。

How Do I Remove It?

如何删除它?

First, it should be noted that you can disable Bonjour without necessarily removing it—just head into the Services panel, double-click on the service, and change the Startup type to Disabled.

首先,应该注意的是,您可以禁用Bonjour,而不必将其删除-只需进入“服务”面板,双击该服务,然后将“启动”类型更改为“禁用”即可。

This is probably your best bet if you don’t really want to break anything—if you have problems you can always re-enable it.

如果您真的不想破坏任何东西,这可能是最好的选择-如果遇到问题,可以随时重新启用它。

Alright, How Do I Really Remove It?

好吧,我如何真正将其删除?

Let’s get down to business. If you’re absolutely sure you want to remove it, it’s really pretty simple. Open up a command prompt in administrator mode (right-click and choose Run as Administrator), and then change into the installation directory, usually the following:

让我们转到工作上。 如果您完全确定要删除它,那确实很简单。 在管理员模式下打开命令提示符(右键单击并选择以管理员身份运行),然后切换到安装目录,通常是以下内容:

\Program Files\Bonjour

\ Program Files \ Bonjour

If you are using Vista or Windows 7 x64 edition, you’ll need to head into the Program Files (x86) folder instead. Now that you are there, type in the following command to see the options:

如果您使用的是Vista或Windows 7 x64版本,则需要转到Program Files(x86)文件夹。 现在您已经在这里,键入以下命令以查看选项:

mDNSResponder.exe /?

mDNSResponder.exe /?

Ah, so now we know what to do to remove it! Simply type in the following:

啊,所以现在我们知道该如何删除它了! 只需输入以下内容:

mDNSResponder.exe –remove

mDNSResponder.exe –删除

You’ll get a message saying that the service has been removed. (Note again that you need an Administrator mode command prompt)

您将收到一条消息,指出该服务已被删除。 (再次注意,您需要管理员模式命令提示符)

You’ll want to also disable the DLL file in the directory by renaming it to something else:

您还需要通过重命名为其他名称来禁用目录中的DLL文件:

ren mdnsNSP.dll mdnsNSP.blah

ren mdnsNSP.dll mdnsNSP.blah

You should be able to actually remove that entire directory if you really want to.

如果确实需要,您应该实际上可以删除整个目录。

Wait, How Do I Enable It Again?

等待,如何再次启用它?

Oh, so your favorite application broke? No matter, you can easily re-install the Bonjour service with the following command:

哦,所以您喜欢的应用程序坏了? 没关系,您可以使用以下命令轻松地重新安装Bonjour服务:

mDNSResponder.exe -install

mDNSResponder.exe-安装

But I Deleted It!

但是我删除了!

See, you really shouldn’t delete things until you are sure they aren’t useful anymore. That’s why renaming is a good thing. Thankfully you can simply head over to Apple’s page and install Bonjour again.

瞧,在确定它们不再有用之前,您实际上不应该删除它们。 这就是为什么重命名是一件好事。 值得庆幸的是,您可以直接转到Apple页面并再次安装Bonjour。

Download Bonjour for Windows

下载Windows版Bonjour

翻译自: https://www.howtogeek.com/howto/6456/what-is-mdnsresponder.exe-bonjour-and-how-can-i-uninstall-or-remove-it/

mdnsresponder

mdnsresponder_什么是mDNSResponder.exe / Bonjour,如何卸载或删除它?相关推荐

  1. 【搜集】mDNSResponder.exe进程详解和卸载方法

    安装ADOBE CS3后会出现这个进程,或者是一个叫Bonjour的软件. 下面是搜集的进程详解和卸载方法: mDNSResponder.exe 进程文件:mDNSResponder 或者 mDNSR ...

  2. 清理 Bonjour mDNSResponder.exe 办法

    安装了ADOBE CS3 之后会安装这个东西. 在windows服务里面加了一个服务项.进程为mDNSResponder.exe.发现时就感觉不妙.还以为是木马.用卡巴查了没有报.但还是不爽. 我禁用 ...

  3. mdnsresponder_什么是mDNSResponder,为什么它可以在Mac上运行?

    mdnsresponder You're setting up a Mac firewall, or just checking what's running using Activity Monit ...

  4. 卸载或删除 Office 2010

    从控制面板卸载 Office 2010 你可以从控制面板的"程序和功能"中卸载 Office.对于 Windows 10.Windows 8 或 Windows 7,你可以按照下面 ...

  5. 如何卸载或删除 Microsoft Office 2007 套件

    如何卸载或删除 Microsoft Office 2007 套件 方法 1:从"控制面板"卸载 Microsoft Office 2007 套件 单击此处显示有关如何从" ...

  6. Instsrv.exe可以给系统安装和删除服务

    最近一段时间我们公司开发一款新的产品,要在服务器上运行一个服务端程序,为了方便我就希望能将这个程序注册成系统服务开机自动启动而不用每次重启系统都要手动启动程序.经过baidu和google这两位大神的 ...

  7. 使用 ExMerge.exe 工具从邮箱中删除感染病毒的邮件

    使用 ExMerge.exe 工具从邮箱中删除感染病毒的邮件 您可以在 ExMerge 中使用"提取或导入(两步骤过程)",以便按主题行或附件名称选择电子邮件,将电子邮件导出至 . ...

  8. ADB命令行卸载或删除你的Android设备中的应用

    如果你对你的Android设备在与命令行的交互间有一定的兴趣,那你可能想学习一些使用ADB卸载设备中已安装应用的技巧.为了使这种方法生效,你将需要在你的电脑中设置好Android ADB.可以去看看关 ...

  9. 通过ADB命令行卸载或删除你的Android设备中的应用

    对于通过ADB卸载一个应用程序,你必须知道这个应用程序的程序包名称,在这点上,你要注意的是,这未必是某应用的APK文件名字,比如Yahoo! Mail(雅虎邮箱)Android终端应用,它的程序包名称 ...

最新文章

  1. c语言正数与负数相加_C语言数据基本类型(1)
  2. bzoj1079: [SCOI2008]着色方案(DP)
  3. HTML语言基础.下
  4. LeetCode Minimum Genetic Mutation(dfs,bfs)
  5. ntfs 格式在linux下挂载
  6. linux脚本开机自动执行脚本文件,如何让linux开机自动执行sata里头的脚本文件
  7. 计算机应用基础简单实操,浅谈《计算机应用基础》实操课的教学管理
  8. 如何恢复ORACLE数据(冷备份)
  9. [转]使用C#开发ActiveX控件
  10. 2021中国实体零售数字化专题报告——便利店篇
  11. php获取当前几点,学习猿地-php 怎么获取当前几点
  12. 蓝桥杯ALGO-125算法训练 王、后传说(回溯、递归)
  13. STM32之FSMC的液晶使用
  14. 【转载】 扫描二维码自动识别手机APP下载地址
  15. Git图形化操作:Revert(恢复)本地的修改到上一个版本
  16. java中contains的用法_好程序员Java教程分享Java中this的几种用法
  17. 德标螺纹规格对照表_英制螺纹对照表详细介绍,英制螺丝螺纹标准
  18. 基于Linux下的Nand (Nor) Flash读写速度测试
  19. 【设计模式】工厂模式
  20. Android apk包生成二维码给他人体验

热门文章

  1. sql语句提高数据库查询效率
  2. eazy ui 复选框单选_UI备忘单:单选按钮,复选框和其他选择器
  3. Serverless 究竟是什么?
  4. python爬虫笔记(七):实战(三)股票数据定向爬虫
  5. Nginx服务状态的监控
  6. 298. Binary Tree Longest Consecutive Sequence
  7. web服务器的基本应用
  8. 从N个元素中选择第i小的元素
  9. python调用api应用接口_Python接口测试之urllib2库应用
  10. (Microsoft) Visual Studio LightSwitch