|
@echo off ' r: X- G# C# F# S# q1 h
echo 正在清除系统垃圾文件,请稍等......
2 z8 ]* j( |& E: v. B2 e; ]2 ]- Pdel /f /s /q %systemdrive%\*.tmp 9 F& p$ m3 h5 v7 ^
del /f /s /q %systemdrive%\*._mp
- Q6 G6 o( P/ Z. ~8 O" `del /f /s /q %systemdrive%\*.log E2 P2 O, l4 R. M7 m: z2 j9 |$ [
del /f /s /q %systemdrive%\*.gid
" } y7 [4 M5 {- Z; Kdel /f /s /q %systemdrive%\*.chk 6 Y6 L4 \" h. o/ I8 }: X6 v. L
del /f /s /q %systemdrive%\*.old 9 p5 _8 ^0 k; h, ]% c- ?
del /f /s /q %systemdrive%\recycled\*.* 1 R3 R7 Y. {) c0 x7 B
del /f /s /q %windir%\*.bak
7 A+ [# \, g# u8 Qdel /f /s /q %windir%\prefetch\*.*
% O- x7 Z! d' P0 r& J0 h+ `7 zrd /s /q %windir%\temp & md %windir%\temp ! P* E! w# _! Z8 |" s$ T
del /f /q %userprofile%\cookies\*.* & f! D- M8 n( W
del /f /q %userprofile%\recent\*.*
5 D/ }1 t$ E" c# ] Ydel /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" & U( G$ J0 o2 o( M/ o6 ]" B
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
& b w6 s; \# c7 f4 G3 a! Gdel /f /s /q "%userprofile%\recent\*.*" # ~* }4 o. X, M
echo 清除系统LJ完成!
- C* K9 c' E) i! Kecho. & pause
- ?" l' G( m* }3 i0 B+ m; `# ^' ~9 Y+ U$ m0 D
将以上这段代码复制后粘贴在一个记事本里,然后把文件格式改成BAT格式即可! |
|