|
|
|
@echo off
( L7 ~7 {+ N$ d% A4 D3 xecho 正在清除系统垃圾文件,请稍等...... $ {/ S1 g/ X+ T: r M; _3 G
del /f /s /q %systemdrive%\*.tmp . B# d! g9 [; d; v' A7 A( d
del /f /s /q %systemdrive%\*._mp 5 }' ^" v9 T- Z/ Q& @
del /f /s /q %systemdrive%\*.log ; i! @5 m2 u. W' g0 m4 v E! X
del /f /s /q %systemdrive%\*.gid 1 j: g( v5 O" p0 X" }+ O4 c8 a
del /f /s /q %systemdrive%\*.chk ! N6 P1 \+ P( T! n- g
del /f /s /q %systemdrive%\*.old
e9 \3 ~* d' n- r3 z0 u( hdel /f /s /q %systemdrive%\recycled\*.*
* Y; Y( C1 _ G2 X7 ~+ B3 o; Y1 Gdel /f /s /q %windir%\*.bak
0 \7 G1 X( t$ f: M' jdel /f /s /q %windir%\prefetch\*.*
- h. D1 ^. J! M' V3 A3 Q' Wrd /s /q %windir%\temp & md %windir%\temp " l/ }, t" X' r, Y' J; }" ~, W
del /f /q %userprofile%\cookies\*.*
2 z. S) }0 Z7 ]- Vdel /f /q %userprofile%\recent\*.*
2 m- F9 p' c% C6 i2 B( c. Fdel /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" & A2 R( d6 ]+ t3 Q% Q' Z
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
9 Z0 J* E+ S* ]2 t4 t: Tdel /f /s /q "%userprofile%\recent\*.*" ) t" q0 J; B; W+ f
echo 清除系统LJ完成!
. t& P* x: Z' O* q9 w4 ^0 N, oecho. & pause
9 \3 s: K; o1 @$ ? U
7 C& h+ J2 p. y! Q8 l5 o. w将以上这段代码复制后粘贴在一个记事本里,然后把文件格式改成BAT格式即可! |
|