风云小站|Connecting Lives With Infinite New Discoveries » 求助专区 » 垃圾回收站

垃圾回收站

笨笨鱼 管理员
楼主 2007-03-23 08:55
私信 引用 编辑

垃圾回收站

为什么清空了总是删除的时候还有11项,但是又看不到~~
[ 此贴被笨笨鱼在2007-03-23 04:41重新编辑 ]
最近评分记录:
  • 风云币:2(cai504)
  • heroyb 风云元老
    #2 2007-03-23 16:02
    私信 引用 编辑

    运行cmd,输入
    arrtib -s -h -r C:\Recycled\笨笨鱼
    del /s /q C:\Recycled\笨笨鱼

    ==========================

    arrtib -s -h -r C:\Recycled\*.*
    del /s /q C:\Recycled\*.*
    arrtib -s -h -r D:\Recycled\*.*
    del /s /q D:\Recycled\*.*
    arrtib -s -h -r E:\Recycled\*.*
    del /s /q E:\Recycled\*.*
    ............
    heroyb 风云元老
    #3 2007-03-23 16:12
    私信 引用 编辑

    不会的.还可以用下面这个批处理彻底清空回收站:


    @echo off
    @echo 开始清理笨笨鱼......
    cd \
    for %%a in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do @attrib -s -h -r %%a:\Recycled\*.*
    for %%a in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do @del /s /q %%:\Recycled\*.*

    @ECHO 笨笨鱼处理完成!!!
    @echo off
    @echo 按任意键退出......
    @pause >nul