|
@echo off
- X7 n9 {5 G) D) t- x; lecho 正在清除系统垃圾文件,请稍等...... 6 ]0 ~4 ~ b6 [( @0 p6 v3 ]
del /f /s /q %systemdrive%\*.tmp : j7 O" W6 y( R3 V' w
del /f /s /q %systemdrive%\*._mp / S9 L1 l) a$ W$ {: ?
del /f /s /q %systemdrive%\*.log
% p, I2 t' d+ E) R0 Odel /f /s /q %systemdrive%\*.gid , S/ i0 }" w! |3 j- z# D: N
del /f /s /q %systemdrive%\*.chk 3 C% G1 n5 V* }4 ~7 f
del /f /s /q %systemdrive%\*.old ; B) L8 |7 a( W1 A* [
del /f /s /q %systemdrive%\recycled\*.*
" A& k! y- L4 ~0 [$ }8 Vdel /f /s /q %windir%\*.bak 5 \. |* W! _" i0 @0 A6 n! ^
del /f /s /q %windir%\prefetch\*.* 8 x; D# O7 y2 `* ]2 N, ~$ A$ e6 o
rd /s /q %windir%\temp & md %windir%\temp
5 v$ L2 x, v/ ?# I/ C% Edel /f /q %userprofile%\cookies\*.* 8 p$ c. a3 o1 ]! r
del /f /q %userprofile%\recent\*.* 7 ^0 o0 z2 ]6 d
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" - G. g7 t6 E* T# h1 ~
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" * U) Q/ W0 o% P' E4 A
del /f /s /q "%userprofile%\recent\*.*" ) U% O+ o: N% V: B
echo 清除系统LJ完成!
, }$ D& s1 y/ ] _( ~" m* zecho. & pause 7 W/ p' J/ c- ?# j9 M6 A
! l. h6 l" @2 M$ R0 M. X) A5 v
将以上这段代码复制后粘贴在一个记事本里,然后把文件格式改成BAT格式即可! |
|