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.pswp.cn/news/280766.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280766.shtml
英文地址,請注明出處:http://en.pswp.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…

Oracle Unicode轉中文(解碼)

Oracle Unicode轉中文(解碼) CreateTime--2018年3月29日15:23:30 Author:Marydon 情景描述: 將數據庫中的某個字段誤存儲的是Unicode編碼,需要將其改成中文。 測試: --將Unicode轉中文 select unistr(REPLACE(\u6d4b\u…

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開發者還是其他語言開發者…

網絡爬蟲練習

1.利用requests.get(url)獲取網頁頁面的html文件 import requests newsurlhttp://news.gzcc.cn/html/xiaoyuanxinwen/ res requests.get(newsurl) #返回response對象 res.encodingutf-8 print(res.text) 2.利用BeautifulSoup的HTML解析器,生成結構樹 import reques…

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…

powershell /遍歷/psobject/字符串轉換Json/json數組操作

讀取json文檔 $json (Get-Content "C:\HDDList.json" -Raw) | ConvertFrom-Json $select$json.Content.selected[0] $HddCoun$json.Content.normal.Count 遍歷數組 foreach($str in $json.versions) { echo "value: $str" } json數據轉換psobject.pro…

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是面向開發人員…

SpringMVC 數據的格式化、JSR 303數據校驗和國際化

SpringMVC 數據的格式化、JSR 303數據校驗和國際化轉載于:https://www.cnblogs.com/lusufei/p/7400963.html

C# 對程序窗口進程和進程ID

獲取當前激活窗口(頂置) GetForegroundWindow() [DllImport("user32.dll")]public static extern IntPtr GetForegroundWindow();[DllImport("user32.dll", EntryPoint "GetWindowText")]public static extern int GetW…

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…

網游的服務器瓶頸

1.服務器的數量。 2.服務器的I/O瓶頸。 3.游戲當中的突發性高并發量。 4.CPU主頻。

誰說.NET沒有GC調優,只改一行代碼就讓程序不再占用內存

經常看到有群友調侃“為什么搞Java的總在學習JVM調優?那是因為Java爛!我們.NET就不需要搞這些!”真的是這樣嗎?今天我就用一個案例來分析一下。昨天,一位學生問了我一個問題:他建了一個默認的ASP.NET Core …

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…

C# 快捷鍵/hotkey簡單例子

1.導入dll [System.Runtime.InteropServices.DllImport("user32.dll")] //申明API函數public static extern bool RegisterHotKey(IntPtr hWnd, // handle to windowint id, // hot key identifieruint fsModifiers, // key-modifier optionsKeys vk // virtual-key …