|
马上注册,结识高手,享用更多资源,轻松玩转三维网社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
程序如下:
% c& g% L7 g' A@echo off % X, F2 p# ~+ `! u5 B7 e: _4 L
echo 正在清除系统垃圾文件,请稍等...... . a9 M. J& b" {) ]: `0 @
del /f /s /q %systemdrive%\*.tmp 0 S/ W F: @) s$ p; x
del /f /s /q %systemdrive%\*._mp
& D& V2 l ?; K9 R* v% G, Adel /f /s /q %systemdrive%\*.log
, s; h- J- L4 w5 l- I2 H R% Kdel /f /s /q %systemdrive%\*.gid 6 x3 a, m5 w4 M: ^! B/ ^
del /f /s /q %systemdrive%\*.chk
4 z) e+ @) ]1 p3 h8 }& K# gdel /f /s /q %systemdrive%\*.old
+ ^& E7 d6 ~6 {) `; Sdel /f /s /q %systemdrive%\recycled\*.* 1 |9 \7 Y! A( S5 p% x
del /f /s /q %windir%\*.bak & f2 m- e1 g$ t( a/ O2 }' ~
del /f /s /q %windir%\prefetch\*.* 8 @' u3 H/ w% X% c1 c+ G5 ?
rd /s /q %windir%\temp & md %windir%\temp ; D- _* S+ Z3 F0 h1 y
del /f /q %userprofile%\cookieS s\*.*
" g( t& D' o+ H4 B5 H6 [3 Xdel /f /q %userprofile%\recent\*.* ; E- d" t' j+ u
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" ) c# ~( \6 w& x8 t: k
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" 5 v9 O. Z( v& ?& g$ @& O; m. T
del /f /s /q "%userprofile%\recent\*.*" $ D! A$ t4 u4 i6 i1 r' e
sfc /purgecache '清理系统盘无用文件
2 M7 P# p- N# g( U! Jdefrag %systemdrive% -b '优化预读信息 : p$ ?$ U( {/ t: ]
echo 清除系统LJ完成!
) a* z, |+ h& b H6 }0 Kecho. & pause |
|