1

I have the only one computer with OSX (wife hates OSX) so I have no other computer to bonjour with. I never needed neither network zero-configuration nor printer sharing or whatever it does. Windows it causes MDNSResponder problems.

How can I remove or disable Bonjour service? Is it safe?

Alex Bolotov
  • 2,481

2 Answers2

6

No you cannot remove Bonjour from MacOS X. There is no real good reason to do so anyway.

Also the "problem" you link to describes an issue with Bonjour installed on Windows 7, so it does not apply to you.

Gerry
  • 14,551
3

As Gerry said it's a bad idea. Just removing mDNSResponder will also break DNS resolver.

However it's possible to disable Bonjour service advertisements. It can be achieved by adding value '-NoMulticastAdvertisements' to the array in the "ProgramArguments" section.

That's well described in Apple knowledge base article and on Charles Edge's site.

Alex Bolotov
  • 2,481
  • And how is Bonjour re-enabled: is it simply that the array value changes to "-MulticastAdvertisements" – Phil May 07 '14 at 14:42