![]() |
||
*停權中*
加入日期: Nov 2003 您的住址: 西亞加拉『五光年』邊境協防區
文章: 595
|
![]() 平時用電腦時,你是否發現系統盤的可用空間正在逐漸減少呢?而WINDOWS在安裝和使用過程中會產生相當多的垃圾文件,包括臨時文件(如*.TMP ,*._MP),臨時文件(*.LOG),臨時幫助文件(*.GID)等等
特別是,如果有一段時間不清理IE的臨時文件夾"TEMPORARY INTERNET FILES",其中的緩存文件有時會占到上 100M 的空間.這些垃圾不僅占有寶貴的資源,有時還使系統變的向蝸牛一樣,這點你肯定受不了.如何清理系統的垃圾文件呢?現在我們一起來清理吧. 新建一個記事本並輸入以下內容: CODE:[Copy to clipboard]@echo off 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 %windir%\*.bak del /f /q %systemdrive%\recycled*.* rd /s /q %windir%\temp & md %windir%temp rd /s /q %temp% & md %temp% del /f /q %userprofile%\cookies\*.* del /f /q %userprofile%\recent\*.* rd /s /q "%userprofile%\Local Settin gs\Tempporary Interent Files" cls & echo 清除垃圾成功完成! echo. & pause 然後修改其副檔名,例如:清理垃圾文件.bat 以后只要雙擊該批處理文件,當屏幕出現:清除系統垃圾完成!"時,是不是頗有成就感呢? 上述的方法用多了對系統...硬碟會有副作生嗎?? ![]() |
|||||||
![]() |
![]() |
Power Member
![]() ![]() 加入日期: Apr 2005
文章: 521
|
不會。我用Super Cleaner功能如上述。
此文章於 2006-02-01 02:27 PM 被 aquafish 編輯. |
||
![]() |
![]() |
*停權中*
加入日期: Nov 2003 您的住址: 西亞加拉『五光年』邊境協防區
文章: 595
|
![]() |
![]() |
![]() |