|
发表于 2006-6-7 14:39:45
|
显示全部楼层
用记事本拷贝如下文档,并起个名字-- qc.bat ,保存到桌面,然后双击后执行!完全绿色,执行快而彻底!0 W- b+ I. _# }( y. F* Z' f# t/ n3 @
& K# n+ G( R3 \* z2 r@echo off! g; k. _9 K$ w, I! [/ j
echo 正在清除系统垃圾文件,请稍等......
) P' ~; u1 ?( r% v0 xdel /f /s /q %systemdrive%\*.tmp
4 A/ x& N) s; U9 P! Rdel /f /s /q %systemdrive%\*._mp
: W$ e8 L9 \8 {0 Q& L- a! adel /f /s /q %systemdrive%\*.log. [3 b5 Y5 T, L* a. \3 |1 i; M! a9 i
del /f /s /q %systemdrive%\*.gid7 O9 t+ \ \' Q. n
del /f /s /q %systemdrive%\*.chk- o5 u3 J+ V9 }( \6 l, X6 A! P- b
del /f /s /q %systemdrive%\*.old" Z9 @7 F# _ l
del /f /s /q %systemdrive%\recycled\*.*
i6 E3 c+ m1 p4 wdel /f /s /q %windir%\*.bak
: v- h: m7 c7 D* idel /f /s /q %windir%\prefetch\*.*
7 G" o3 T7 u+ E; Rrd /s /q %windir%\temp & md %windir%\temp7 v& n0 M$ e. r7 f
del /f /q %userprofile%\cookies\*.*
0 ]3 r: y% n4 |. b* W0 @$ Edel /f /q %userprofile%\recent\*.*
, y1 j$ z+ b& K+ E, p: ]del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
5 k4 M, p' x' y2 K, a& o6 s- p j+ Zdel /f /s /q "%userprofile%\Local Settings\Temp\*.*"9 T( c: L5 T/ r+ r
del /f /s /q "%userprofile%\recent\*.*"3 U9 z$ y5 Z- [: H6 P
echo 清除系统垃圾完成!
4 @* W- l: G4 l- jecho. & pause |
|