如何从 Windows 7 的上下文菜单中删除“用 Nero 刻录”

zte*_*sic 7 windows-7 context-menu nero

如何Burn with Nero从 Windows 7 的上下文菜单中删除?

我试图在 Nero Burning Rom 中找到这样的选项,但没有成功。

小智 8

x86:

regsvr32 /u "%ProgramFiles%\Common Files\Nero\NeroShellExt\NeroShellExt.dll"
Run Code Online (Sandbox Code Playgroud)

x64:

regsvr32 /u "%ProgramFiles(x86)%\Common Files\Nero\NeroShellExt\NeroShellExt.dll"
Run Code Online (Sandbox Code Playgroud)

如果您收到代码为 0x80070005 的错误消息,请创建新的快捷方式并在其中放置适当的行,然后右键单击该快捷方式并“以管理员身份运行”


Meh*_*lar 5

使用ShellMenuViewShellExView删除烦人的上下文菜单条目。