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

mdnsresponder

mdnsresponder

image

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)。 您可以随时从这里停止它。

image

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,而不必将其删除-只需进入“服务”面板,双击该服务,然后将“启动”类型更改为“禁用”即可。

image

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 /?

image

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)

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

image

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

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280766.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Windows 10下,如何使用PowerShell批量重启局域网电脑

PowerShell 在Windows 10中越来越受到微软重视,甚至被微软安排在开始按钮超级菜单中替换了一直以来默认的命令提示符(当然还可以换回去),这和该工具越来越强大密不可分。这次就介绍一个“群重启”命令,可让局域网内的电脑集体重启。1、单机重…

.NET MAUI学习指南

由于.NET MAUI这项技术出来不久相关的学习资源暂时除了官网以外没有太好的学习资源,这篇文章主要向大家分享几种学习.NET MAUI的学习途径,如果有好的学习资源欢迎大家私信给我然后更新到后续的文章里。(以下推荐学习途径均为免费且无广告的资…

循序渐进DB2(第2版)——DBA系统管理、运维与应用案例

《循序渐进DB2(第2版)——DBA系统管理、运维与应用案例》基本信息作者: 牛新庄出版社:清华大学出版社ISBN:9787302323013上架时间:2013-7-3出版日期:2013 年7月开本:16开页码:612版次&#xff1…

PS2019摄影后期处理(二)

一、曲线 二、曲线与通道 三、HSL局部调整 色相、饱和度、亮度 a.色相:一个颜色,帽子是红色 b.饱和度:树木葱郁一点 c.饱和度:衣服连杆 便黑白: 1.调低所有饱和度 2.将某个颜色饱和度提高,再转灰度。…

管理员获得所有权_在Windows 7中获得注册表项的所有权

管理员获得所有权We have previously written about how to take ownership of files and folders in Windows 7, but there may be times when you need to take ownership of or assign full permission for certain registry keys. This article shows you how to do this. …

Dojo QuickStart 快速入门教程 (2) 基本框架

下载库 首先,下载 Dojo 库:http://www.dojotoolkit.org/downloads 放了方便测试,我将文件将解压到 Web Server 的 "js/dojotoolkit" 文件夹中,如果你愿意,也可以缀上版本号。最后的目录结构应该像下图这样&a…

摊牌了,.NET开发者,准备赋能未来

hi,这里是桑小榆。一名.net开发,从19年毕业至今一直从事相关技术已近4年。发展至今,很有必要分享分享我的经历以及对于.net开发的看法和见解。篇幅有些长,无论你是学生,职业人,.NET开发者还是其他语言开发者…

BZOJ 3434 时空穿梭

题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id3434 题意: 思路: const int mod10007; const int N100005;int g[22][N]; int C[N][22],mou[N]; int h[22][N][13];int prime[N],cnt; int tag[N];void init() {int i,j;mou[1]1;f…

plex实现流媒体服务器_如何从Plex Media Server离线查看下载和同步媒体

plex实现流媒体服务器Streaming content from your Plex Media Server is great, but sometimes—like when you’re going to be offline or stuck with cruddy internet speeds while traveling—there’s no substitution for having a copy of the media stored on your de…

.NET Conf 2022 大会日程全曝光!!前沿、硬核、创意.....精彩就等你来!!

倒计时2天一场规模宏大,内容硬核,大咖齐聚的.NET 领域年度最大的盛会即将开幕.NET Conf 2022 12月3日-12月4日开源 安全 赋能诚邀您的加入立即扫码预约加入.NET年度盛宴!!.NET Conf China 2022.NET Conf China 2022是面向开发人员…

Linux下SSH远程连接断开后让程序继续运行解决办法

screen -S yourname #新建一个叫yourname的sessionscreen -r yourname #回到yourname这个sessionscreen -X -S [yourname # you want to kill]quit #删除无用的screen,使用时不用加中括号 screen -ls #列出当前所有的session screen -d yourname #远程detach某个ses…

wmi服务或wmi提供程序_什么是WMI提供程序主机(WmiPrvSE.exe),为什么使用那么多的CPU?...

wmi服务或wmi提供程序The WMI Provider Host process is an important part of Windows, and often runs in the background. It allows other applications on your computer to request information about your system. This process shouldn’t normally use many system re…

正在创建系统还原点_如何使Windows在启动时自动创建系统还原点

正在创建系统还原点By default, System Restore automatically creates a restore point once per week and also before major events like an app or driver installation. If you want even more protection, you can force Windows to create a restore point automaticall…

在ubuntu 16.04里使用python—scrapy将爬取到的数据存到mysql数据库中的一些随笔

一、将爬取的数据保存到mysql数据库的代码(已经能将爬取的数据保存到json文件) (1)编辑Pipeline.py文件 (2)编辑settings.py文件 二、将数据保存至mysql数据库出现的问题 (1)在将数据…

十大经典排序算法(动图演示)

转自:https://www.cnblogs.com/onepixel/articles/7674659.html 0、算法概述 0.1 算法分类 十种常见排序算法可以分为两大类: 非线性时间比较类排序:通过比较来决定元素间的相对次序,由于其时间复杂度不能突破O(nlogn)&#xff0c…

如何实现 WPF 视频封面查看器

如何实现 WPF 视频封面查看器控件名:NineGridView作 者:WPFDevelopersOrg - 驚鏵原文链接[1]:https://github.com/WPFDevelopersOrg/WPFDevelopers框架使用.NET40;Visual Studio 2019;实现视频封面查看器NineGridView基于Grid实…

如何从Internet Explorer或Edge迁移到Chrome(以及为什么要迁移)

Google’s Chrome web browser is now more widely used than Microsoft’s Internet Explorer and Edge combined. If you haven’t switched to Chrome yet, here’s why you might want to–and how to quickly switch over. Google的Chrome网络浏览器现在的使用范围比Micro…

SQL中触发器的使用

创建触发器 是特殊的存储过程,自动执行,一般不要有返回值 类型: 1.后触发器 (AFTER,FOR)先执行对应语句,后执行触发器中的语句 2.前触发器 并没有真正的执行触发语句(insert,update…

浏览器自动化操作标准--WebDriver

WebDriver是一个浏览器远程控制协议,是一个既定标准,它本身的内容非常丰富,本文不可能全部介绍,本文仅粗略带大家了解一下WebDriver的部分内容以及一个小的实际应用。想深入了解的请参考W3C文档WebDriver. 问题背景 开发的同学都知…

versa max_如何从Mac(和Vice Versa)打开或关闭iPhone的Safari选项卡

versa maxMany of us are familiar with this scenario: you’re looking something up on our iPhone, find exactly what we’re looking for, but then have to put our phone away to attend to something else. Later, while working on your Mac, you want to continue w…