本帖最后由 门口 于 2025-10-24 19:39 编辑
以前也研究过,也做过分级菜单,不过多了其实也不怎么常用,分级太多也麻烦,后来我电脑上默认增加的右键菜单只保留了全选和清空回收站。
REGEDIT4
;文件夹空白区域右键菜单添加全选菜单:
[HKEY_CLASSES_ROOT\Directory\Background\shell\Windows.selectall]
"CanonicalName"="{b33bf5af-76d5-4d10-93e7-d8e22e93798f}"
"CommandStateHandler"="{3756e7f5-e514-4776-a32b-eb24bc1efe7a}"
"CommandStateSync"=""
"Description"="@shell32.dll,-31277"
"MUIVerb"="@shell32.dll,-31276"
"ImpliedSelectionModel"=dword:00000020
;"Icon"="imageres.dll,-5308"
;"Position"="Bottom"
;"NeverDefault"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Windows.selectall\command]
"DelegateExecute"="{aa28fbc7-59f1-4c42-9fd8-ba2be27ea319}" REGEDIT4
;桌面或文件夹空白区域右键添加清空回收站菜单:
[HKEY_CLASSES_ROOT\Directory\Background\shell\recycle]
"CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
"Description"="@shell32.dll,-31332"
"Icon"="shell32.dll,-254"
"MUIVerb"="@shell32.dll,-10564"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\Background\shell\recycle\command]
"DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"
需要的可以试试,记事本保存成.reg文件再双击导入(注意注册表文件末尾有个空行)。
|