回複:30秒清除你電腦中的垃圾(使你電腦急速如飛)

正卻的來了
@echo off
echo 正在清除係統垃圾文件,請稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除係統LJ完成!
echo. & pause

所有跟帖: 

請問到底應該放在什麽地方使用啊, 我現在放在桌麵上-- -cdsc001- 給 cdsc001 發送悄悄話 (1045 bytes) () 02/04/2007 postreply 23:54:24

我也是同樣情況,到底應該怎麽弄啊,謝謝! -raylife- 給 raylife 發送悄悄話 (0 bytes) () 02/05/2007 postreply 21:01:23

請您先登陸,再發跟帖!