win7回收站没有清空选项怎么办
1、在桌面空白处,点击鼠标右键,然后选择新建---文本文档

2、在新建的文本文档中,输入以下代码:
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}"

3、接着在文档左上角点击文件,选择另存为

4、在另存为窗口中,点击保存位置及命名文件名,保存类型选择所有文件,文件后缀为.reg结尾

5、回到桌面找到清空.reg文件,双击然后选择是,写入注册表即可

