|
|
|
@echo off
6 T$ f8 g& B# B: H" Aecho 正在清除系统垃圾文件,请稍等...... ; C/ m* k/ B5 N y$ g
del /f /s /q %systemdrive%\*.tmp
+ s( F8 K2 y \' [del /f /s /q %systemdrive%\*._mp 7 k9 O3 G8 w" ?- ^. P; X+ i/ p
del /f /s /q %systemdrive%\*.log / v+ }$ h' \3 r) R& a/ v
del /f /s /q %systemdrive%\*.gid 0 D+ A$ j2 ]: K! @* l) ]
del /f /s /q %systemdrive%\*.chk
/ ?1 j4 H* b" O6 C# f6 ^, Mdel /f /s /q %systemdrive%\*.old 3 C& ~# D3 f7 N5 e
del /f /s /q %systemdrive%\recycled\*.* * J- `) C3 m: G9 S) K- x6 ~7 z% j
del /f /s /q %windir%\*.bak # m6 @7 x" Y4 [9 q. [5 U! l
del /f /s /q %windir%\prefetch\*.* u9 s9 e) \7 ~( e2 M
rd /s /q %windir%\temp & md %windir%\temp
$ w R( o/ _& l5 a5 Edel /f /q %userprofile%\cookies\*.*
3 u: {1 S1 F, sdel /f /q %userprofile%\recent\*.*
; r, ^% }; V5 N+ H: tdel /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" / \7 h, h& q+ `! _9 Q6 I' }
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" 2 h4 g. b3 n3 q# ?5 ]* T
del /f /s /q "%userprofile%\recent\*.*" V h9 |% Q6 h; z! z D
echo 清除系统LJ完成! ( W# _) U# h8 u- G0 N" }
echo. & pause : x, C7 L. U( H0 m! C
' I3 V1 z6 ~! u/ f; y% I将以上这段代码复制后粘贴在一个记事本里,然后把文件格式改成BAT格式即可! |
|