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

5,843

Solution 1

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"

Solution 2

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

Solution 3

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.

Solution 4

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

Share:
5,843

Related videos on Youtube

Yash Parekh
Author by

Yash Parekh

Updated on September 17, 2022

Comments

  • Yash Parekh
    Yash Parekh over 1 year

    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.

  • Yash Parekh
    Yash Parekh over 13 years
    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.
  • Art
    Art over 2 years
    For Nero 2021 the folder path is: C:\Program Files (x86)\Nero\Nero 2021\Nero Burning ROM\x64
  • Art
    Art over 2 years
    For Nero 2021 the shell extension is located in C:\Program Files (x86)\Nero\Nero 2021\Nero Burning ROM\x64. You can also just "run" the shellreg64uninstall.reg in that folder.