无法删除:df85 访问被拒绝

来源:百度知道 编辑:UC知道 时间:2024/05/30 08:48:20
在回收站里有东西,但我总是不能清空,弹出窗口说无法删除:df85 访问被拒绝
在回收站里看不到,但我在清空文件时弹出的窗口可以看到有文件.

你看下那文件的属性,如果是存档或只读,就把对号都去掉,让他什么都不是,就可以删除了

开机按F8进安全模式就可以删了

先注销一下再删,如果还不行就在cmd里运行chkdrk X:/f 。X是盘符。

attrib -s -h c:\recycled\desktop.ini
attrib -s -h d:\recycled\desktop.ini
attrib -s -h e:\recycled\desktop.ini
attrib -s -h f:\recycled\desktop.ini
attrib -s -h c:\recycled
attrib -s -h d:\recycled
attrib -s -h e:\recycled
attrib -s -h f:\recycled
rd /s /q c:\recycled
rd /s /q d:\recycled
rd /s /q e:\recycled
rd /s /q f:\recycled
md c:\recycled
md d:\recycled
md e:\recycled
md f:\recycled
attrib +s +h c:\recycled
attrib +s +h d:\recycled
attrib +s +h e:\recycled
attrib +s +h f:\recycled
用记事本另存为a.bat,然后双击它.
如果还显示有垃圾的话,再将一个文件的复件删除,然后清空回收站.