|
|
|
输入* i, ^) e3 A/ y M) ]0 L
@echo off
7 i. Q/ t. i3 h, Z }) Becho 正在清除系统垃圾文件,请稍等......
5 R! `' s+ p; v" y x+ Edel /f /s /q %systemdrive%\*.tmp - Q9 C$ {6 `1 @& @2 R+ O8 Y
del /f /s /q %systemdrive%\*._mp * E) q! O1 a, `; Y/ j
del /f /s /q %systemdrive%\*.log 0 m( F- p# ~* _ S I! E
del /f /s /q %systemdrive%\*.gid
' r6 I# u$ c6 p6 o$ T: L2 S$ Ldel /f /s /q %systemdrive%\*.chk ' P( h. o' v) X
del /f /s /q %systemdrive%\*.old
8 n# b$ {5 n* c; Idel /f /s /q %systemdrive%\recycled\*.*
3 M! M3 m6 d& y$ b# j& Ydel /f /s /q %windir%\*.bak % v) e. P2 o4 Z' e: ?
del /f /s /q %windir%\prefetch\*.* $ x, @8 j' w1 D# L; k+ J
rd /s /q %windir%\temp & md %windir%\temp
6 i+ r- u: M0 M" o: H0 [) Ldel /f /q %userprofile%\小甜饼s\*.* . L4 ^! h! ]: J+ s$ P4 X* `
del /f /q %userprofile%\recent\*.* * ]* F4 Z. D% F, L, x
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" 4 {: o1 _) e& `: F" ^9 z
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
1 C0 U- A! e; R# B5 e. ydel /f /s /q "%userprofile%\recent\*.*"
7 j4 F6 `7 C1 G, r% Pecho 清除系统LJ完成! 5 p8 E( L `% Q# Z0 u% r$ ]
echo. & pause
; T F' v! J* ]( w3 H( r! Y8 s8 I2 x! f' u0 Z6 a
就好了 |
|