BluePointLilac / ContextMenuManager

🖱️ 纯粹的Windows右键菜单管理程序
https://bluepointlilac.github.io/ContextMenuManager
GNU General Public License v3.0
11.98k stars 607 forks source link

新增菜单中文件夹删了如何恢复啊 #194

Open xz-0103 opened 7 months ago

xz-0103 commented 7 months ago

无法创建文件夹了 1

1583298606 commented 7 months ago

一样,新建文件夹没了

ssssssbbb commented 7 months ago

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"=""

iamqiz commented 5 months ago

@xz-0103 @1583298606 新建一个文件,改后缀为reg,把下面代码保存到该reg文件里,再双击运行该reg文件将其导入到注册表即可恢复 新建文件夹对应的注册表位于: HKEY_CLASSES_ROOT\Folder\ShellNew

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"=""