Skip to main content
Participant
April 18, 2007
Question

Uninstalling Bonjour service from Photoshop CS3?

  • April 18, 2007
  • 108 replies
  • 116785 views
Is there no proper way to uninstall the Bonjour service that is automatically installed with PS CS3? It is of little use to the average Windows user and the service is also messed up by being named "##Id_String2.6844F930_1628_4223_B5CC_5BB94B879762##" rather than "Bonjour Service".

It's certainly possible to manually remove the references to the service in the registry and hope for the best, but that's not good enough for a top dollar application.
    This topic has been closed for replies.

    108 replies

    Participating Frequently
    April 26, 2007
    Tried twice. Moving up, taking off gloves.
    April 26, 2007
    that's not good... try again? i'll try it when i get home tonight...
    Participating Frequently
    April 26, 2007
    I just tried installing / uninstalling Bonjour and restarting my system. mDNSResponder has not been killed. On the contrary, its mem usage has bloated to 3.5 megs instead of the 450kb it was using before...
    April 26, 2007
    >See comments to http://blogs.adobe.com/jnack/2007/01/cs3_doesnt_inst.html

    specifically see:

    >Yakumo 06:43 AM on April 25, 2007 because of the "$$Id_String1.6844F930_1628_4223_B5CC_5BB94B879762$$" service id I'd been annoyed by bonjour after itunes installed it, and it's how i stumbled into here.

    >solution I used was simply to download bonjour for windows from http://www.apple.com/support/downloads/bonjourforwindows.html install it, then immediately use the uninstaller it handilly puts in 'add/remove programs'. this works cleanly, and on vista too.
    Participating Frequently
    April 26, 2007
    See comments to http://blogs.adobe.com/jnack/2007/01/cs3_doesnt_inst.html
    Participant
    April 26, 2007
    Edit:

    Replace "Bonjour Service" with that cryptic name given to the service by Adobe.

    One word to Adobe: Si ne tacuisses!
    Participant
    April 26, 2007
    Hi,

    this is what I compiled for myself; it worked and left me with a working Internet connection:

    1) sc stop "Bonjour Service"
    sc delete "Bonjour Service"
    2) regsvr32 /u "c:\program files\bonjour\explorerplugin.dll"
    regsvr32 /u "c:\program files\bonjour\mdnsnsp.dll"
    3) ren "c:\program files\bonjour" xxx (is locked)
    4) del %systemroot%\system32\dns-sd.exe
    del %systemroot%\system32\dnssd.dll
    5) Under HKLM\System\CurrentControlSet\Services\WinSock2\Parameters\NameSpace_Catalog5\Catalog_Entries delete the key pointing to mdnsnsp.dll (e.g. 000000000007). Set HKLM\System\CurrentControlSet\Services\WinSock2\Parameters\NameSpace_Catalog5\Num_Catalog_Entries to the new last catalog entry key number (e.g. 6).
    6) Search the Registry for explorerplugin.dll, mdnsnsp.dll, mdnsresponder.exe, and program files\bonjour; delete all references.
    7) Reboot
    8) Delete "c:\program files\xxx".

    Hope it helps

    sleepyhollow
    April 18, 2007
    you could go into services (start> settings> control panel> administrative tools> services) and set the service to "Disabled" (right click it and select properties, you'll see a dropdown).

    Be careful though as it may be used by other programs. Most notably that i can think of is iTunes.