| Guest_scaramonga_* |
Jun 1 2007, 09:42 AM
Post
#1
|
|
Guests |
Whenever you install anything "CS3" you also get an extra service that is automatically run when you start your system - it's name:
##Id_String1.6844F930_1628_4223_B5CC_5BB94B879762## Additionally........a folder is created @ C:\Program Files named Bonjour. It's contents are mDNSResponder.exe and mdnsNSP.dll. **Update as of 09/05/08 - iTunes 7.6+ installs the Bonjour service - Remove as below!!** What is Bonjour and why is it installed? When you install any edition of the Adobe Creative Suite 3 family or a Creative Suite 3 component on Windows, Bonjour is installed as a service on the machine. Bonjour is Apple's open source implementation of zero-configuration networking software. It is used by Adobe Version Cue CS3 client applications to dynamically discover Version Cue Servers on the local network. For it to function correctly, you must allow Bonjour access to the internet through your firewall. Bonjour checks to see whether the DNS server configured on your computer supports service discovery. No data is transmitted to Adobe. (so they say) Bonjour connects to no other servers than your machine's pre-configured DNS server. (so they say) Bonjour also sends network packets to and receives them from a multicast IP address on the local network (244.0.0.251) once every thirty minutes. This address is reserved for multicast traffic on a local network and such network packets never leave the local network. (so they say) Identifying the Bonjour service in the Windows Services control panel: When installed by Creative Suite 3 applications, the name used by Bonjour in the Services control panel is: ##Id_String2.6844F930_1628_4223_B5CC_5BB94B879762## To correct the service's name, open a command prompt and type the following two commands. Each command needs to be executed individually.... type in the command and hit enter to execute it, then wait till you are back at a prompt ( C:/> ) : CODE 1. "C:\Program Files\Bonjour\mDNSResponder.exe" -remove 2. "C:\Program Files\Bonjour\mDNSResponder.exe" -install The service will now be displayed with the correct name in the Services control panel. Removing Bonjour (HIGHLY RECOMMENDED!!) CODE 1. Open a command prompt and type the following command: "C:\Program Files\Bonjour\mDNSResponder.exe -remove" 2. Navigate to the following folder in Windows Explorer: C:\Program Files\Bonjour 3. Rename the mdnsNSP.dll file in that folder to mdnsNSP.old 4. Restart your computer 5. Delete the Program Files\Bonjour folder Disable the Bonjour socket driver: CODE 1. Open the registry editor and go to: HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\Services\WinSock2\ Parameters\NameSpace_Catalog5\ Catalog_Entries�0000000004 Where you'll find the key: Enabled=REG_DWORD:00000001 Doubleclick on that and change it from 1 to 0. 2. Reboot and the driver will not be loaded any more. Repair Winsock 2 with the repair utility (LSPFix): This program attempts to correct Internet connection problems resulting from buggy or improperly removed Layered Service Provider (LSP) software. (ADOBE!!) When you start LSP-Fix, it will read the list of LSP modules from the Windows registry and verify that each module is present. If a module is missing, it is placed on the "Remove" list for removal. When "Finish" is pressed, the undesired entries are removed, and the remaining entries in the registry are renumbered to make them consecutive. The total module counts are then updated. Finally, the program will display a summary of the changes that were made. Download: CODE http://rapidshare.com/files/61693599/LSP_Scara.rar Note: Removing Bonjour prevents Version Cue clients (Photoshop, Illustrator, InDesign, Flash, Bridge) from automatically discovering Version Cue Servers and Version Cue projects in your local network. You will need to connect manually using Connect to Server and the URL or IP address of the machine running Version Cue Server instead. This post has been edited by scaramonga: Apr 13 2009, 05:58 PM |
|
|
|
![]() |
Dec 7 2007, 08:34 AM
Post
#2
|
|
|
New Member Group: New Members Posts: 1 Joined: 7-December 07 Member No.: 2,645 Country: Antarctica |
If you just want it stopped until further notice, you can use the nice GUI of Windows' Services or type the following commands in the command prompt (or in a script):
CODE net stop "##Id_String1.6844F930_1628_4223_B5CC_5BB94B879762##" sc config "##Id_String1.6844F930_1628_4223_B5CC_5BB94B879762##" start= disabled or sc config "##Id_String1.6844F930_1628_4223_B5CC_5BB94B879762##" start= demand Or (if you did the remove/install procedure to get a decent name): CODE net stop "Bonjour Service" sc config "Bonjour Service" start= disabled or sc config "Bonjour Service" start= demand P.S. Note there's a space in "start= ". It won't work without it. |
|
|
|
scaramonga CS3 & iTunes 7.6+ - Remove The Bloated Spyware! Jun 1 2007, 09:42 AM
m.oreilly thanks scara Jun 1 2007, 02:51 PM
vrosa x64 Thanks, nice guide.
PS: A good thing to put in ... Jun 1 2007, 03:29 PM
eniparadoxgma Thanks, Scara. That's a lot more in depth than... Jun 1 2007, 08:36 PM
m.oreilly oh, in vista, entering the commands in a run windo... Jun 2 2007, 03:46 AM
Setanta Would I be correct in assuming that this solution ... Jun 16 2007, 03:55 AM
m.oreilly QUOTE(Setanta @ Jun 15 2007, 08:55 PM) Wo... Jun 16 2007, 04:10 AM
Setanta He's not the only one! Jun 16 2007, 04:11 AM
m.oreilly QUOTE(Setanta @ Jun 15 2007, 09:11 PM) He... Jun 16 2007, 04:42 AM
RFC3251 QUOTE(scaramonga @ Jun 1 2007, 10:42 AM) ... Jul 30 2007, 03:40 PM
m.oreilly thanks R Jul 30 2007, 04:10 PM
TheBearLT QUOTE(scaramonga @ Jun 1 2007, 12:42 PM) ... Sep 19 2007, 02:09 PM
scaramonga Nice 1 Bear Sep 20 2007, 12:45 AM
OverCloke Hi!
I follow this guide and now i cant naviga... Dec 9 2007, 04:00 PM
TheBearLT QUOTE(OverCloke @ Dec 9 2007, 06:00 PM) H... Feb 24 2008, 10:57 AM
dave.m While I'm sure I'm going to find loads of ... Mar 25 2008, 03:53 PM
banj0 QUOTE(dave.m @ Mar 25 2008, 11:53 AM) Whi... Mar 26 2008, 05:42 AM
scaramonga QUOTE(dave.m @ Mar 25 2008, 03:53 PM) Whi... Mar 25 2008, 05:43 PM
scaramonga **Update as of 09/05/08 - iTunes 7.6+ installs the... May 8 2008, 11:43 PM
repowell I just wanted give you props for these great instr... Dec 11 2008, 04:05 PM
m.oreilly i can't believe i haven't done this yet... Dec 11 2008, 09:58 PM
Sphere Mo, don't feel bad, you're not the only on... Dec 12 2008, 12:05 AM
m.oreilly (love the avatar and text, btw) Dec 12 2008, 01:06 AM
nomansname Hi guys! first of all let me thank you all for... Jan 8 2009, 11:02 PM
scaramonga Hi, and welcome to the board
If you have managed... Jan 8 2009, 11:26 PM
nomansname hi scaramonga, thanks for your quick reply.
actua... Jan 9 2009, 12:05 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 9th February 2010 - 07:50 AM |