Skip navigation
Currently Being Moderated

Uninstalling Bonjour service from Photoshop CS3?

Apr 18, 2007 12:27 AM

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.
  • Currently Being Moderated
    Community Member
    Apr 18, 2007 4:13 AM
    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.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 3:19 AM
    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
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 3:22 AM
    Edit:

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

    One word to Adobe: Si ne tacuisses!
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 5:26 AM
    See comments to http://blogs.adobe.com/jnack/2007/01/cs3_doesnt_inst.html
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 6:42 AM
    >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.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 7:16 AM
    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...
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 7:25 AM
    that's not good... try again? i'll try it when i get home tonight...
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 7:25 AM
    Tried twice. Moving up, taking off gloves.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 7:35 AM
    get the blow torch ready! stat!
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 7:36 AM
    has anyone tried simply disabling it like i explained in another thread?

    go into services, select it, right click> properties. select stop service, then change startup method from "automatic" to "disable".
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 7:44 AM
    After uninstalling! Bonjour, there was still a folder at program files/Bonjour with mDNSResponder.EXE and a .dll file.

    I went into services and killed Bonjour (which was happily chucking along after 2 uninstalls), deleted mDNSResponder.exe. The .dll file could not be deleted, so I followed the advice given in the link I provided, and renamed the.dll file and rebooted. Now it could be deleted.

    However, checking Services, Bonjour is STILL LISTED, albeit disabled.

    Great software.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Apr 26, 2007 7:52 AM
    woof! i've had it for a while with itunes. i usually just deny it internet access via zonealarm.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 15, 2007 8:31 AM
    Easiest solution, not surprisingly, found here:

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb400982
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 17, 2007 3:40 PM
    The adobe web site says :-
    To remove Bonjour:

    Open a Windows command prompt and type the following command:
    "C:\Program Files\Bonjour\mDNSResponder.exe -remove"
    Navigate to the following folder in Windows Explorer: C:\Program Files\Bonjour
    Rename the mdnsNSP.dll file in that folder to mdnsNSP.old
    Restart your computer
    Delete the the Program Files\Bonjour folder

    However, the first command line that they give did not work for me, I had to use " C:\Progra~1\Bonjour\mDNSResponder.exe -remove "

    for what it is worth........
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 17, 2007 3:49 PM
    Dahle,

    It sounds to me like you didn't include the quotes, which would be required due to the blank space between "Program" and "Files". But, if you did include the quotes and ran the command from the Command Prompt window, only to see it fail, then it may be that only works from the Start > Run dialog. I used the command earlier today from the Run window, with quotes, and it worked fine.

    Regards,

    Daryl
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 17, 2007 6:36 PM
    I had the same problem, with or without the quotes.

    I'll try Run.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 17, 2007 6:50 PM
    Doesn't work there either.

    Dahle's version does work in Run.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 18, 2007 3:37 AM
    with one click, at least disable it.

    http://download.gizmoproject.com/jasmine/TurnOffBonjour.exe

    don't forget to virus pre-check.. ya never know
    /
    /
    /
    rock on adobeheads !
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 18, 2007 5:12 AM
    >with one click, at least disable it. <br />>http://<rest of link removed>/TurnOffBonjour.exe <br />>don't forget to virus pre-check.. ya never know<br /><br />Ya never know, indeed. I'd never run an unknown executable on my computer, no matter what it is claimed to do.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 18, 2007 5:24 AM
    Hi Dave, Yes, I disabled it by disabling the service. I did it because I lost network connectivity when it was running so if anyone complains about losing their network, they should first disable or uninstall Bonjour (I guess they wouldn't be able to, though, since they don't have a network - Capt. Yossarian, where are you?)

    John Gregson
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 28, 2007 5:32 AM
    "C:\Program Files\Bonjour\mDNSResponder.exe" -remove

    -remove

    should be byond the quotes
    I used a DOS box to chk

    MT
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 28, 2007 1:45 PM
    easy
    start --> run --> cmd
    cd c:\program files\bonjour\
    mdnsresponder -remove
    rename mdnsnsp.dll to mdnsnsp.old
    reboot
    delete bonjour folder
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 15, 2007 8:53 AM
    I used this freeware application.

    www.softpedia.com/get/System/System-Miscellaneous/Unlocker.shtml

    Unlocked the mDNSResponder.exe and the ".dll" in the Bonjour dir, and manually deleted the Bonjour dir in program files. I then disabled the string:

    ##Id_String1.6844F930_1628_4223_B5CC_5BB94B879762##

    in the startup in services. I did all this after running the uninstall in add/remove programs. Seemed to handle the task.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 18, 2007 1:10 PM
    sorry about the double post
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 18, 2007 1:11 PM
    Bulletproof way to remove it

    1. Go to http://cexx.org/lspfix.htm and download lspfix.zip.
    2. Unzip to a desktop folder.
    3. Open task manager and terminate mDNSResponder.exe.
    4. Open a DOS window and go to c:\program files\bonjour
    5. Run "mdnsremove -remove". This'll uninstall the exe and remove the service from the reg.
    6. Rename mdnsnsp.dll to anything else.
    7. Reboot.
    8. Run lspfix and use it to fix the broken winsock dll.
    9. Delete c:\program files\bonjour folder.
    9. Open a DOS window and run "netsh winsock reset".
    10. Reboot.
    11. ???
    12. Profit
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 18, 2007 3:07 PM
    Why not just disable it if it bothers you?
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 18, 2007 5:58 PM
    > Why not just disable it if it bothers you?

    nobody reads post #1 john!
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 18, 2007 7:14 PM
    #1 I don't trust any app that installs without my permission.
    #2 I don't trust any app that messes with my winsock.
    #3 The fact that there is no uninstall option is a big red flag.
    #4 Even if you choose NOT to install the Adobe apps that supposedly require Bonjour, it still installs.
    #5 The features that we've been told rely on this app work perfectly without it.
    #6 Even when no Adobe apps are running Bonjour regularly contacts the Internet.
    #7 Disable shmisable. The DLL is still alive.

    These are the hallmarks of spyware. Adobe screwed up big with this one.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 18, 2007 10:56 PM
    You must have something to hide then. B)
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 18, 2007 11:03 PM
    Or I just don't like garbage on my computer. I have an iPod and I don't run iTunes either.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 19, 2007 8:39 AM
    Adobe has loaded its apps up with a lot of peripheral functions that rely on tying users to their so called 'services' 'meetings' etc. Fine, if you want those features, but not fine when they lock your install into all that excess code that clogs up productive environments without the opportunity to choose what you want at the install stage. Thankfully, there is a way around their install procedure to choose what you want and a way to totally eliminate Bonjour. I run CS3 totally bare bones with PS and Bridge.

    I run lean, fast, workflow specific machines and I don't want any internet related crap on them, especially things like Bonjour that dance to an Adobe drummer, not me. I have one machine where all apps extraneous to the production environment clog each other's arteries, including MS Office, etc,etc,etc.

    It is the move to relinquishing install control that pisses me off most about Adobe's recent software (really bloatware if you have to load up a machine with code that you do not require). It is a more sophisticated form of spamming in my opinion.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 10:25 AM
    I don't know why more of you aren't really upset about this. Adobe crammed software down our throats without our knowledge or permission. We paid big bucks for CS3 and we ended up with a spyware connection to Adobe. I kept getting nagware popups in my browser to update my pdf plugin and I couldn't figure out how to stop the Adobe reader from connecting to Adobe to tattle on me that I was using an older pdf reader version. I finally updated and ended up with all kinds of crapware that I had to uninstall! Who knows what spyware is included with Adobe Reader 8. Privacy is important and we are losing it.

    John Joslin you are obviously an Adobe employee. If you're a nice person you'll get a good job. (Does your mother know you are doing this?)
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 10:44 AM
    > John Joslin you are obviously an Adobe employee.

    I don't know whether to feel flattered or insulted!

    I just don't know why people are so paranoiac.

    Especially when it's so easy to remove or disable the thing.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 10:49 AM
    It is not easy to remove or disable - that is part of the problem here. Also, it's a silent install with no obvious un-install option.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 11:04 AM
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400982&sli ceId=2
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 1:29 PM
    So, thats what you'd call easy and obvious?
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 1:55 PM
    Yes ;)
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 4:48 PM
    Majapahit Grand has pointed out the obvious error in this Adobe ' TechNote'
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb400982

    In the second instance it says to type...

    "C:\Program Files\Bonjour\mDNSResponder.exe -remove"

    Wrong! It should be

    "C:\Program Files\Bonjour\mDNSResponder.exe" -remove

    Then follow the rest of the instructions.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 6:26 PM
    Hi John,
    I appreciate your posting my last reply -- (I thought it would be trashed).
    I was pretty mad when I last visited this site (a few hours ago). My accomplishments for this work day include un-installing Quicktime -- it took over the possession of every filetype extension it could find & added a bunch of EXTRA crapware (that I didn't want or know about ahead of time) that seems to be working all the time whether I'm using it or not. I also un-installed Acrobat reader 8 (that I mentioned in my last post) that added a bunch of EXTRA crapware (that I didn't want or know about ahead of time) that seems to be working all the time whether I'm using it or not. I don't honestly know where I picked up Bonjour (probably PH CS3 AND Acrobat reader 8) but PH CS3 seems to have added a bunch of EXTRA crapware (that I didn't want or know about ahead of time) that seems to be working all the time whether I'm using it or not.

    I admit I was even more irritated when I left this site than when I found it. I'm going to guess that's true for a lot of your company's customers that are trying to remove mDNSResponder.exe. I'll try to explain why but first I want to address the solution for the mDNSResponder.exe removal problem.
    An URL was given by morrmar early on (http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb400982) but that solution didn't work for the people that tried it and they reported that in the entries above. They graciously shared their alternative solutions here on the board, but today (after all this time) you offered :
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400982&sli ceId=2
    (The same solution that no one can get to work.)

    That page instructs us to copy this into a command prompt window:
    "C:\Program Files\Bonjour\mDNSResponder.exe -remove"

    Of course that won't work and majapahit grand told you so above.
    He said to move the last quote like this "C:\Program Files\Bonjour\mDNSResponder.exe" -remove
    That works.
    max l solved the same problem above by navigating to the proper folder (cd c:\program files\bonjour\),
    then typing the command: mdnsresponder -remove
    That works.
    How many of your customers have either given up trying to remove Bonjour or got their computers messed up with one or more of the complicated alternative solutions above because you don't pay attention to the posts?.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 6:27 PM
    Here's the most irritating part --- you pretend not to understand why people are upset in the first place. That is evidenced by your responses.

    "Why not just disable it if it bothers you?"
    See, now... that's just irritating because you don't seem to get it (I know you do, though). People are asking you for help to do just that (get rid of it)! right? c'mon now... admit it.

    And the classic,
    "You must have something to hide then."
    That's what the Nazi's said when people resisted their breaking down doors.
    That's what police say when they want to illegally search the trunk of your car.
    You know that guy that lives across the street from you? The one with the binoculars that is always looking into your kitchen window? Well, you don't mind, right? After all "you don't have anything to hide". right?

    And then, again today, after how many months?,
    "http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400982&sl iceId=2"
    Please do your job & ask someone to fix that one line that has wasted so much of your customers time.

    Now here is what the real bottom line problem is in very simple terms. (The real reason why I'm so mad!)

    Your company has invaded my privacy! I feel (virtually) raped! See, I like to think that I am in control of MY computer. I like to think that I can fix it up the way I want to. (bet everyone at Adobe is laughing now, hahaha). No, no, people -- I'm trying to be serious here. Creative, Sierra, WMPlayer, now Google and Adobe -- all stepping over the line because they think they can (or could). Time will tell, but everytime I think of Adobe now, I'm going to think about bad stuff not good stuff. John, I bet you're a nice guy and I hope you look for a job with a good company -- but put the porn down and pay attention to the posts or you might have to.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 7:26 PM
    Easy there Jim. I'm with you but no need for you to pop a vein. ;)

    BTW, mDNSresponder -r removes itself clean enough but simply renaming and deleting the remaining DLL leaves behind some winsock related registry entries that could cause network problems. As I recommended in my earlier post they're easily cleaned up with lspfix.exe.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 7:51 PM
    Jim,

    You are wasting your breath. None of us here, not even John, works for Adobe. We are users just like yourself.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 26, 2007 7:55 PM
    Jim, hold your fire. John Joslin is just another user like you and I.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 27, 2007 1:04 AM
    And, as a footnote, I think this latest release of Photoshop IS a load of rubbish for a load of reasons, starting with the installer and going on from there.

    I don't need to list them it's all here to see in this forum!

    You will see a few critical posts from me too.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 28, 2007 12:38 PM
    I removed Bonjour based on the above posts and I have had 3 weeks of frustration with a "Restart is required" dialog being thrown up every time I boot or try to choose "Update.." from the Help menu of any of the CS3 apps. The problem was finally solved by reinstalling Photoshop from the CS3 DVD. Based on this experience, I do not recommend removing Bonjour.
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 28, 2007 11:34 PM
    John... John, Now Just Wait, wait, wait here...

    I just upgraded, tonight and already my computer is acting funny, my mouse speed actually "slows down" and is less responsive whenever it is over the Photoshop CS3 window (Active window only). Now this is not just a little bit slower, it is quite noticeable!

    I have had computers since the early 80s, generally have above average hardware and have never had a software program actually slow down my system itself! I have not even had the chance to see if I actually "Like" the new program better than my even more expensive first foray into Adobe world. Don't get me wrong, Photoshop 7 was worth every cent and I will most likely continue to use it.

    Now, if this was some inexpensive program then you might expect there to "Be a catch" and you would just uninstall the program completely, or revert to a recent back up of your system and NEVER, EVER do business with that company AGAIN! Being a business man myself that use my computers to earn my paycheck I am keenly aware that you do not intentionally make your customers mad and their personal lives more stressful if you expect them to continue to do business with you! It is almost like you just do not want to remain in business at all.

    I don't care how good you think your "product" is, there are other "Products" out there are pretty good too. They are generally much less expensive, supported better and even though their new versions might gently pull a few more resources from the computer so that you would feel justified in getting a new computer every 12 to 18 months. But nothing that would actually be noticeably slower than before or you just would not continue to use that software.

    And having very recently plunked down a "Wad" of cash for the "privilege" of using this version of the software I am very much hoping that the problem is resolved simply and completely and without "Me" having to do a lot of under the hood work. Pulling up a backup is much simpler then mucking around with the command line making registry changes by hand and that is most likely what I will do.

    But the average user (I am a photographer and graphics designer) will quickly get lost and blow up his system. Most of my colleagues are great at what they do, but mucking around with such things are beyond the scope of their talents. These people earn their living with these machines and I guarantee if you make their lives miserable and or cause them financial hardship you will be wishing for a lawsuit. It would be much better than not ever being able to sell them anything ever again.

    By the way, I have a feeling that I will be calling customer service or maybe dropping this note or an amended version of it to the Corporate office sometime soon.

    I hope that there is an easy resolution to all of this, I really do.

    Tony M Patterson
    tpatt@usa.net
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 29, 2007 2:40 AM
    Sigh :(
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 29, 2007 5:56 AM
    Lol :-)
    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Jun 30, 2007 2:44 AM
    It's also common knowledge that John Joslin is actually responsible for the breakup of the Beatles.
    Q
    |
    Mark as:
1 2 3 Previous Next
Actions

More Like This

  • Retrieving data ...

Bookmarked By (0)