Recommended Posts

Make sure the Automatic Updates service is set to Auto and running or installer will fail.

Run these commands via command prompt (start > run > cmd) to get rid of junk installed by Nero:

regsvr32 /u "%COMMONPROGRAMFILES%\Nero\Lib\MediaLibraryNSE.dll"

cmd /c del "%COMMONPROGRAMFILES%\Nero\Lib\MediaLibraryNSE.dll"

net stop NMIndexingService

sc config NMIndexingService start= disabled

cmd /c del "%COMMONPROGRAMFILES%\Nero\Lib\NMIndexingService.exe"

cmd /c del "%COMMONPROGRAMFILES%\Nero\Lib\NMIndexingServicePS.dll"

Now notice you get this error logged in the event viewer after using nero:

DCOM got error "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. " attempting to start the service NMIndexingService with arguments "" in order to run the server:

{E8933C4B-2C90-4A04-A677-E958D9509F1A}

To get rid of this error run:

REG DELETE HKEY_CLASSES_ROOT\CLSID\{E8933C4B-2C90-4a04-A677-E958D9509F1A}

And to get rid of the service in services.msc run:

sc delete NMIndexingService

And while your add it might as well get rid of the other BS ones by running:

REG DELETE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NMIndexingService

REG DELETE HKEY_CLASSES_ROOT\AppID\{D55E16BA-BBC9-4F7E-A147-E5DFBCC71480}

REG DELETE HKEY_CLASSES_ROOT\AppID\NMIndexingService.EXE

REG DELETE HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\NMIndexingService

Edited by war
Link to comment
https://www.neowin.net/forum/topic/597654-nero-8-clean-up/
Share on other sites

thanks.

I do hate when software you install to perform tasks such as creating media every now and then, decides it is the most important part of your system, must control everythign and plaster itself everywhere including running background services which you have no need for.

Nero 8 is the new AOL client.

  • 1 month later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.