怎么恢复“新建”按钮?

来源:百度知道 编辑:UC知道 时间:2024/05/17 22:23:32
各位,在下用了以下的代码用记事本编辑后用后缀名为.bat保存了文本,之后就新建按钮就找不回来了。请问如何找回来啊

color 1a
PAUSE
regsvr32 /u /s igfxpph.dll
reg delete HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers /f
reg addHKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\new/ve /d {D969A300-E7FF-11d0-A93B-00A0C90F2719}
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v HotKeysCmds /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v IgfxTray /f

REGEDIT4

[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New]
@="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"

[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New\command]
@=hex(2):
建一个文本文件,把上面的内容拷过去,然后把文件后缀改成.reg。双击执行就可以了

reg delete 改reg add 保存,然后运行试试