Windows鼠标右键没有“新建”、没有“新建文件夹”选项
· Windows+R : 运行regedit
· 注册表树结点 : HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\
· 左侧树ContextMenuHandlers上右键“新建(N)”-“项(K)”,命名为“New”
· 点击New,在右侧面板双击(默认)
· 弹出“编辑字符串”对话框,“数值数据(V)”设值为{D969A300-E7FF-11d0-A93B-00A0C90F2719}
· 如果没有“新建”
· Windows+R : 运行notepad
· 保存下面代码到文本文件,然后重命名为 Restore-Missing-New.reg 运行
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New]
@="{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
如果有“新建”,只是没有“新建文件夹”项
· Windows+R : 运行notepad
· 保存下面代码到文本文件,然后重命名为 Restore-Missing-New-Folder.reg 运行
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\ShellNew]
"Directory"=""
"IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\
00,00
"ItemName"="@shell32.dll,-30396"
"MenuText"="@shell32.dll,-30317"
"NonLFNFileSpec"="@shell32.dll,-30319"
[HKEY_CLASSES_ROOT\Folder\ShellNew\Config]
"AllDrives"=""
"IsFolder"=""
"NoExtension"=""