nero 9 vs others

Status
Not open for further replies.
I felt the same way Biker. But trust me, after just trying these programs for just a week i never looked back at Nero.
 
I just use ImgBurn + Daemon Tools lite + AnyDVD.

Also, Nero became bloated since version 7. And it came with a bunch of stuff I never wanted (e.g. nero scout), which I had to manually remove (but I wrote a batch script to automate it)

This is the script (works on nero 7):
Code:
TASKKILL /im NMBgMonitor.exe /f
TASKKILL /im NMIndexingService.exe /f
TASKKILL /im NMIndexStoreSvr.exe /f
IF EXIST "%COMMONPROGRAMFILES(x86)%" GOTO X64
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NMBgMonitor.exe" /q
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NMIndexingService.exe" /q
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NMIndexStoreSvr.exe" /q
REGSVR32 /u /s %COMMONPROGRAMFILES%\Ahead\Lib\MediaLibraryNSE.dll"
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\MediaLibraryNSE.dll" /q
REGSVR32 /u /s %COMMONPROGRAMFILES%\Ahead\Lib\NeroSearchTray.dll"
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NeroSearchTray.dll" /q
REGSVR32 /u /s %COMMONPROGRAMFILES%\Ahead\Lib\NeroSearchBar.dll"
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NeroSearchBar.dll" /q
REGSVR32 /u /s %COMMONPROGRAMFILES%\Ahead\Lib\NeroSearch.dll"
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NeroSearch.dll" /q
REGSVR32 /u /s %COMMONPROGRAMFILES%\Ahead\Lib\NMSearch*.dll"
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NMSearch*.dll" /q
REGSVR32 /u /s %COMMONPROGRAMFILES%\Ahead\Lib\NMIndex*.dll"
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NMIndex*.dll" /q
REGSVR32 /u /s "%COMMONPROGRAMFILES%\Ahead\Lib\NeroSearchTrayHook.dll"
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NeroSearchTrayHook.dll" /q
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NeroSearchAdvanced.exe" /q
DEL "%COMMONPROGRAMFILES%\Ahead\Lib\NeroScoutOptions.exe" /q
GOTO END
:X64
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NMBgMonitor.exe" /q
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NMIndexingService.exe" /q
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NMIndexStoreSvr.exe" /q
REGSVR32 /u /s "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\MediaLibraryNSE.dll"
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\MediaLibraryNSE.dll" /q
REGSVR32 /u /s "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearchTray.dll"
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearchTray.dll" /q
REGSVR32 /u /s "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearchBar.dll"
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearchBar.dll" /q
REGSVR32 /u /s "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearch.dll"
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearch.dll" /q
REGSVR32 /u /s "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NMSearch*.dll"
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NMSearch*.dll" /q
REGSVR32 /u /s "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NMIndex*.dll"
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NMIndex*.dll" /q
REGSVR32 /u /s "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearchTrayHook.dll"
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearchTrayHook.dll" /q
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroSearchAdvanced.exe" /q
DEL "%COMMONPROGRAMFILES(x86)%\Ahead\Lib\NeroScoutOptions.exe" /q
:END

upload the bat file will you? this is for nero 7 right?

I use the nero 7. 8 and 9 are junk? mainly for the nerovision and recode. nero express has a hidden feature which will let you edit audio too especially if you want add track from a big mixtrack file
 
Nero8 was bloated, Nero 9 is worse. I tried the demo and it took a full 3 minnutes on my setup to jaut load the Burning Rom. The new animation that they have is so slow and lasts so long. It just isnt worth it.

I like Nero 7 it was decent. But sadly i can do everything with other programs that i have swayed from even installing Nero 7 anymore.
 
ConvertXtoDVD can take a video file and put it onto DVD. Doesnt have as fancy Menu Screens as Nero but it works. I have taken almsot full seasons of things like Dora & Diego and put them on a single DVD with it for the kid.

I have used that mainly now along with some DVDFab5 and DVDShrink as they seem to get the job done for me.
 
Status
Not open for further replies.
Back
Top Bottom