|
|
发表于 2006-6-7 14:39:45
|
显示全部楼层
|
用记事本拷贝如下文档,并起个名字-- qc.bat ,保存到桌面,然后双击后执行!完全绿色,执行快而彻底!" [5 H9 B2 b2 n& `& Q7 Z
) f) f; t" O5 v' Z- G, L& x; K@echo off
* Z; j' R. i/ Fecho 正在清除系统垃圾文件,请稍等......) z$ n( A8 o$ E: I
del /f /s /q %systemdrive%\*.tmp4 B5 F7 m3 S. Y: h5 p- v! h
del /f /s /q %systemdrive%\*._mp$ t$ }" k6 R0 W* j' [3 r/ b6 L
del /f /s /q %systemdrive%\*.log, O+ g% y0 e$ v* D9 I" M
del /f /s /q %systemdrive%\*.gid
6 T/ u; O- h$ q- Edel /f /s /q %systemdrive%\*.chk8 p4 f) Z* i' t7 r1 \) G5 g% \# F
del /f /s /q %systemdrive%\*.old; G$ {( X) X8 a! r
del /f /s /q %systemdrive%\recycled\*.*
1 j7 {0 {, H* |5 H4 zdel /f /s /q %windir%\*.bak8 w, T) x3 X$ }% C1 l `& x7 g
del /f /s /q %windir%\prefetch\*.*
3 M1 e3 j A, O& ^" _' Erd /s /q %windir%\temp & md %windir%\temp# C" Q) u5 |6 Y$ q
del /f /q %userprofile%\cookies\*.*
5 c9 m: r% U. t2 E+ O# Q ` jdel /f /q %userprofile%\recent\*.*. G" q; h6 J; B, W- K" a$ J2 f5 V
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
0 U/ e/ a5 N* ~1 l& ]8 [, M" Kdel /f /s /q "%userprofile%\Local Settings\Temp\*.*"
5 |8 c# K) \2 J4 {, ydel /f /s /q "%userprofile%\recent\*.*"
: T$ [& m* F1 Eecho 清除系统垃圾完成!* Y+ b) V$ w6 W B
echo. & pause |
|