win7不能新建文件夹

关于win7系统右键里没有新建,或者不能新建文件夹的解决方法:
方法一:

把下面一段代码存在一个记事本上,再选择另存为1.cmd,最后运行!


regsvr32 /u /s igfxpph.dll
reg delete HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers /f
reg add HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\new /ve /d {D969A300-E7FF-11d0-A93B-00A0C90F2719}



方法二:


这是还原右键的代码,还原后应该就能恢复到系统默认状态了
或者:新建个记事本,复制如下代码。

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



另存为reg 文件,运行。



方法三:

点击开始,运行,输入 regedit 回车编辑注册表。


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder], 右边默认字符串值设置为"Folder"










清理win7注册表后,没有了右键新建选项处理办法


今天清理win7 注册表的右键选项,发现清理完了后,居然没有了右键新建,什么文件都无法创建,搜索了下,发现有人给出了解决办法(如下):
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。双击执行就可以了







直接 开始 运行: cmd /k reg add "HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New" /ve /t REG_SZ /d {D969A300-E7FF-11d0-A93B-00A0C90F2719} /f收工!

相关文档
最新文档