找回密碼
 註冊
打印 上一主題 下一主題
收起左側

清除電腦系統所有垃圾文件

 關閉 [複製鏈接]
1#
發表於 1-7-2006 09:37:32 | 顯示全部樓層
Originally posted by 笨笨小子 at 2006-6-29 15:01:

唔好咁話人
人地點都有心機集合為一個bat檔

nononono,我就覺得佢copy左上網果個
然後整成一個bat檔
仲要話係自己自制
======================
上網版本:
@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 清除系統垃圾檔案完成!!
echo. & pause
================================================
佢既版本
@echo off
echo 此系統程序編寫員:Nakuz [S]↘《程》↙
echo 注:未經許可,切勿轉貼!
echo. & pause
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 Nakuz獨家清除電腦垃圾系統清除完成!
echo 此系統程序編寫員:Nakuz [S]↘《程》↙
echo 注:未經許可,切勿轉貼!
echo. & pause
回復 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

快速回復 返回頂部 返回列表