Win10 桌面回收站右键没有“清空回收站”
选项怎么解决?
我之前不知道怎么捣鼓注册表(胡乱删了一些。。。)
导致想清空回收站的时候,右键却没有“清空回收站”这个选项了
以下是解决方法:
1、在桌面上新建一个txt文本文档,将以下代码拷贝进去:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\empty]
"CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
"Description"="@shell32.dll,-31332"
"Icon"="shell32.dll,-254"
"MUIVerb"="@shell32.dll,-10564"
[HKEY_CLASSES_ROOT\*\shell\empty\command]
"DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"
[HKEY_CLASSES_ROOT\Folder\shell\empty]
"CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
"Description"="@shell32.dll,-31332"
"Icon"="shell32.dll,-254"
"MUIVerb"="@shell32.dll,-10564"
[HKEY_CLASSES_ROOT\Folder\shell\empty\command]
"DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"