|
|
|
@echo off
0 r; w Z6 p+ ^$ K+ p( eecho 正在清除系统垃圾文件,请稍等......
6 F. d" ? U/ I- v" ?3 W/ H7 @del /f /s /q %systemdrive%\*.tmp
; Y) s# p. z- i5 Wdel /f /s /q %systemdrive%\*._mp 4 E0 o; D* l4 r" ^/ q! N R* w: P& q6 r
del /f /s /q %systemdrive%\*.log
! V6 l5 }) A$ d0 r! m% Ddel /f /s /q %systemdrive%\*.gid
. K' U/ ]: Y. _! K3 G8 R' Mdel /f /s /q %systemdrive%\*.chk ; h% E g1 P0 Q
del /f /s /q %systemdrive%\*.old
# ?7 E u8 c2 Vdel /f /s /q %systemdrive%\recycled\*.*
+ W6 D M: l3 z) S# [del /f /s /q %windir%\*.bak
, O6 b, s, h9 H0 `9 cdel /f /s /q %windir%\prefetch\*.* ' M- y( w- `; ]. G9 D+ x$ P
rd /s /q %windir%\temp & md %windir%\temp
1 d& d0 q; J7 w0 G% |( Gdel /f /q %userprofile%\cookies\*.* 6 s1 g' ~: k1 n
del /f /q %userprofile%\recent\*.*
4 v6 t6 D! _; z) Wdel /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
- K. f8 k% b2 h" P# X* v) F& M: edel /f /s /q "%userprofile%\Local Settings\Temp\*.*"
- i7 r/ ], G! t2 B8 E) n5 rdel /f /s /q "%userprofile%\recent\*.*" : A* a6 g- }6 H( K+ `
echo 清除系统LJ完成! 2 R5 w) v" Q, G. m5 T
echo. & pause
4 C; s) U' }( a" I" u8 Z2 i$ t) I% S/ P3 s9 R# a
将以上这段代码复制后粘贴在一个记事本里,然后把文件格式改成BAT格式即可! |
|