|
发表于 2006-6-7 14:39:45
|
显示全部楼层
用记事本拷贝如下文档,并起个名字-- qc.bat ,保存到桌面,然后双击后执行!完全绿色,执行快而彻底!: z, V8 e7 p: ?4 g8 C2 M# U1 `" ]
! o# n, L2 z6 a
@echo off
' z/ Y1 W( i5 Gecho 正在清除系统垃圾文件,请稍等......7 s) l6 o+ e- d4 q3 }) c
del /f /s /q %systemdrive%\*.tmp
+ C9 U: K, N7 X# jdel /f /s /q %systemdrive%\*._mp4 g) z- Z& |6 n7 D" R3 @( U9 N
del /f /s /q %systemdrive%\*.log. G* N2 V2 Q! ?6 h- f
del /f /s /q %systemdrive%\*.gid% K& r9 B8 M) u( G
del /f /s /q %systemdrive%\*.chk
. B; Q% i; X8 U2 Ddel /f /s /q %systemdrive%\*.old
4 u$ S$ \) }. w/ U$ R4 h5 j! [! qdel /f /s /q %systemdrive%\recycled\*.*; N- J1 X2 [0 d V" l
del /f /s /q %windir%\*.bak# r6 C3 [+ n) G+ Y4 K0 Y* O# T
del /f /s /q %windir%\prefetch\*.*2 ^: q8 j1 j; V7 U f
rd /s /q %windir%\temp & md %windir%\temp
T7 l8 `+ S1 T1 [4 Fdel /f /q %userprofile%\cookies\*.*
K" l2 O, G- n7 }/ g( k( adel /f /q %userprofile%\recent\*.*
' c8 w* a/ S) z, o) W# Ddel /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"6 V& w/ W0 A) j z
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
8 F& G: }# A) {1 A( n9 b; o' Vdel /f /s /q "%userprofile%\recent\*.*"3 U( }+ u2 X% |) {% W, a& [
echo 清除系统垃圾完成!. o$ Q5 ~: M0 _5 f6 Q; j
echo. & pause |
|