Nero 8 Clean Up, Remove Junk from Nero 8

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:

CODE
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:

Quote -
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:

CODE
REG DELETE HKEY_CLASSES_ROOT\CLSID\{E8933C4B-2C90-4a04-A677-E958D9509F1A}
And to get rid of the service in services.msc run:

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

CODE
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
Nero 8 Clean Up, Remove Junk from Nero 8 Nero 8 Clean Up, Remove Junk from Nero 8 Reviewed by Unknown on 4:17:00 PM Rating: 5

No comments: