How to remove "Burn with Nero" from context menu in Windows 7

6

2

How to remove Burn with Nero from context menu in Windows 7?

I have tried to find in Nero Burning Rom such option but without success.

ztepsic

Posted 2010-11-13T14:59:29.167

Reputation: 83

Answers

7

x86:

regsvr32 /u "%ProgramFiles%\Common Files\Nero\NeroShellExt\NeroShellExt.dll"

x64:

regsvr32 /u "%ProgramFiles(x86)%\Common Files\Nero\NeroShellExt\NeroShellExt.dll"

If you get error message with code 0x80070005, create new shortcut and put appropriate line in it, than right-click that shortcut and "Run As Admin"

drivetheory

Posted 2010-11-13T14:59:29.167

Reputation: 86

4

Use ShellMenuView or ShellExView to remove the annoying context menu entry.

Mehper C. Palavuzlar

Posted 2010-11-13T14:59:29.167

Reputation: 51 093

ShellMenuView and ShellExView are really great programs and thanks for that, but i haven't find any listed item that have "Nero" in it. I have Windows 7 64 bit and "Nero Burning Rom" context menu is not showing in Windows Explorer but only in Total Commander context menu. I think that Total Commander is showing 32 bit context menu. – ztepsic – 2010-11-16T17:17:31.160

1

I use Menu Maid for these tasks

MenuMaid offers a simple yet powerful software solution for helping you get rid of context menu items that occupy space on the computer and slow down system performance. It can be easily configured by all types of users, regardless of their experience level.

enter image description here

Moab

Posted 2010-11-13T14:59:29.167

Reputation: 54 203

0

For Nero 2018 / Windows 10 go to

C:\Program Files (x86)\Common Files\Nero\Nero 2018\NeroShellExt\x64

Run shellreg64uninstall.reg to remove it from Windows Explorer context menu.

Tom

Posted 2010-11-13T14:59:29.167

Reputation: 1

0

I had to do a bit more to remove Nero context menu.

I used ShellExView. Disabling the entry didn't work. So, I did a right-click and selected Open CLSID In RegEdit and then removed the entry: HKEY_CLASSES_ROOT\CLSID\{SOME_ID_NUMBER}

IvanRF

Posted 2010-11-13T14:59:29.167

Reputation: 827

-1

I would suggest autoruns for it. It's a Microsoft tool, very powerful, and can do this quite easily.

Barakando

Posted 2010-11-13T14:59:29.167

Reputation: 27