Windows10 回收站添加快捷键 B

regedit 打开注册表编辑器,进入指定位置

计算机HKEY_CLASSES_ROOTCLSID{645FF040-5081-101B-9F08-00AA002F954E}shellempty

修改安全属性(不然没有权限修改注册表)

https://jingyan.baidu.com/article/3aed632ec4b9257010809183.html

想还原 TrustedInstaller  所有者,查找时输入 "NT SERVICETrustedInstaller" 即可

导入注册表即可

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTCLSID{645FF040-5081-101B-9F08-00AA002F954E}shell]

[HKEY_CLASSES_ROOTCLSID{645FF040-5081-101B-9F08-00AA002F954E}shellempty]
"CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
"Description"="@shell32.dll,-31332"
"Icon"="shell32.dll,-254"
"MUIVerb-bak"="@shell32.dll,-10564"
@="清空回收站(&B)"

[HKEY_CLASSES_ROOTCLSID{645FF040-5081-101B-9F08-00AA002F954E}shellemptycommand]
"DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"

主要就是修改默认值为 “清空回收站(&B)”,然后重命名 MUIVerb

原文地址:https://www.cnblogs.com/jhxxb/p/13451569.html