Показано с 1 по 1 из 1.

How to remove Bonjour Service

  1. #1
    Senior Member Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация
    Регистрация
    03.04.2006
    Сообщений
    21,100
    Вес репутации
    3023

    How to remove Bonjour Service

    For MacOS developed works Bonjour Servicea at Windows too... But it cannot do the things which at MacOS can be done
    That ist why we suggest you to remove it asap
    1. If you install Apple Software (e.g. iTunes/Quicktime) or update it, will Bonjour installed automatically with - without asking, if you would like to have it or not.
    In such case you could change to Control Panel/Software and remove Software named Bonjour.
    2. Sometimes is this simple solution not possible. Than you'd like to do the next steps
    Start/Run... (or Win-Key+R)write cmd +EnterKey
    Copy follow string as written
    Код:
    sc stop "Bonjour Service"
    Press EnterKey
    Service is stopped now.
    Copy follow string as written
    Код:
    sc delete "Bonjour Service"

    Press EnterKey
    Now is this useless service removed.
    2. Download LSP-fix, start the tool, mark «I know what i`m doing…».
    In the down part of the program window you can see a file list. Mark the file mdnsnsp.dll , move it to the right with the button ">>" , reboot your PC.
    After reboot remove the map Program Files\Bonjour\
    3 To remove Bonjour you could use a script for AVZ or AVPTool
    Код:
    begin
    SetAVZGuardStatus(True);
     DeleteService('Bonjour Service');
     DeleteFile('%programfiles%\bonjour\mdnsresponder.exe');
     DeleteFile('%programfiles%\bonjour\mdnsNSP.dll');
     DeleteFile('%programfiles%\Bonjour\ExplorerPlugin.dll');
     DelCLSID('{9999A076-A9E2-4C99-8A2B-632FC9429223}');
     RegKeyDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\Eventlog\Application\Bonjour Service');
     RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\Eventlog\Application\Bonjour Service','EventMessageFile');
    BC_ImportAll;
    ExecuteSysClean;
    ExecuteRepair(14);
    BC_Activate;
    RebootWindows(true);
    end.
    Последний раз редактировалось Rene-gad; 23.08.2009 в 18:00.

Похожие темы

  1. bonjour service
    От didmoros в разделе Помогите!
    Ответов: 2
    Последнее сообщение: 02.06.2012, 13:00
  2. Ответов: 5
    Последнее сообщение: 28.02.2010, 14:40
  3. Ответов: 6
    Последнее сообщение: 23.02.2010, 19:42
  4. Bonjour service
    От apriori-aequitas в разделе Помогите!
    Ответов: 1
    Последнее сообщение: 12.09.2009, 15:21
  5. Bonjour Service
    От Jen94 в разделе Помогите!
    Ответов: 3
    Последнее сообщение: 05.01.2009, 14:57

Свернуть/Развернуть Ваши права в разделе

  • Вы не можете создавать новые темы
  • Вы не можете отвечать в темах
  • Вы не можете прикреплять вложения
  • Вы не можете редактировать свои сообщения
  •  
Page generated in 0.00698 seconds with 16 queries