.



 
市場新聞!
市場新聞!
進入網友聚會!
選讀特區
圖表!
部落格
休閒育樂!
進入政治議題!
廣告說明
懸賞公告
關於168
張貼者: 轉貼大亨
時間: 2006/7/26 下午 08:59:00
標題: 30秒為你的電腦系統清除淤塞的所有垃圾
內容:
輕鬆流暢上網你是否注意到你的電腦系統磁盤的可用空間正在一天天在減少呢?是不是像老去的猴王一樣動作一天比一天遲緩呢?

沒錯!在Windows在安裝和使用過程中都會產生相當多的垃圾文件,包括臨時文件(如:*.tmp、*._mp)日誌文件(*.log)、臨時幫助文件(*.gid)、磁盤檢查文件(*.chk)、臨時備份文件(如:*.old、*.bak)以及其他臨時文件。特別是如果一段時間不清理IE的臨時文件夾「Temporary Internet Files」,其中的緩存文件有時會佔用上百MB的磁盤空間。這些LJ文件不僅僅浪費了寶貴的磁盤空間,嚴重時還會使系統運行慢如蝸牛。這點相信你肯定忍受不了吧!所以應及時清理系統的LJ文件的淤塞,保持系統的「苗條」身材,輕鬆流暢上網!朋友來吧,現在就讓我們一起來快速清除系統垃圾吧!!

下面是步驟很簡單就兩步!


 在桌面上點鼠標右鍵,選擇新建一個「記事本」,把下面的字複製進去,點「另存為」,把文件名定為「清除系統LJ.bat」就完成,記住後綴名一定要是.bat,好ok了!你的垃圾清除器就這樣製作成功了!雙擊它就能很快地清理垃圾文件,大約一分鐘不到。
複製下面的字:
===========================================================================
@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 systemdriverecycled*.*
del /f /s /q windir*.bak
del /f /s /q windirprefetch*.*
rd /s /q windirtemp & md windirtemp
del /f /q userprofilecookies*.*
del /f /q userprofilerecent*.*
del /f /s /q "userprofileLocal SettingsTemporary Internet Files*.*"
del /f /s /q "userprofileLocal SettingsTemp*.*"
del /f /s /q "userprofilerecent*.*"
echo 清除系統LJ完成!
echo. & pause
===========================================================================
複製上面的字~~~

以後只要雙擊運行該文件,當屏幕提示「清除系統LJ完成!就還你一個「苗條」的系統了!!到時候再看看你的電腦,是不是急速如飛呢?


註:LJ就是垃圾的意思!這招比那些所謂的優化大師好用!不會破壞系統文件!




股票代碼
(第 1  篇) 看謀  於 2006/7/26 下午 09:08:00  說:

看不懂ㄟ

(第 2  篇) 烏龍麵  於 2006/7/26 下午 09:08:00  說:

謝謝 版主 我來試試看

(第 3  篇) 請問  於 2006/7/26 下午 09:13:00  說:

要放在哪個檔案夾下呢?

(第 4  篇) 123  於 2006/7/26 下午 09:20:00  說:

謝謝你
但好像無法執行或執行無效也


(第 5  篇) 123  於 2006/7/26 下午 09:28:00  說:

要放在哪個檔案夾下呢?

股票代碼
(第 6  篇) 這樣對嗎  於 2006/7/26 下午 09:28:00  說:

正在清除系統垃圾文件,請稍等......
找不到 C:\systemdrive*.tmp
找不到 C:\systemdrive*._mp
找不到 C:\systemdrive*.log
找不到 C:\systemdrive*.gid
找不到 C:\systemdrive*.chk
找不到 C:\systemdrive*.old
找不到 C:\systemdriverecycled*.*
找不到 C:\windir*.bak
找不到 C:\windirprefetch*.*
找不到 C:\userprofilecookies*.*
找不到 C:\userprofilerecent*.*
找不到 C:\userprofileLocal SettingsTemporary Internet Files*.*
找不到 C:\userprofileLocal SettingsTemp*.*
找不到 C:\userprofilerecent*.*
清除系統LJ完成!

請按任意鍵繼續 . . .


(第 7  篇) 很像是這樣  於 2006/7/26 下午 09:29:00  說:

跟我操作看看

(第 8  篇) 請問  於 2006/7/26 下午 09:30:00  說:

他都顯示找不到的話
怎麼辦


(第 9  篇) 速度有變快  於 2006/7/26 下午 09:33:00  說:

感覺上
他是一個BAT執行檔

所以呢
你們試試看
感覺有變快


(第 10  篇) 如何變快  於 2006/7/26 下午 09:35:00  說:

他都顯示找不到檔案來清除了
沒垃圾給他清
請問如何變快?


股票代碼
(第 11  篇) 試過OK  於 2006/7/26 下午 09:38:00  說:

版主未指明 batch file 路徑
建議放在 C:\之下 執行


(第 12  篇) ㄚ2  於 2006/7/26 下午 09:38:00  說:

好用...又快...謝啦...

(第 13  篇) 1234  於 2006/7/26 下午 09:39:00  說:

對不起
版主 功能無效
因為執行後我去搜尋 *.tmp 還是一堆


(第 14  篇) 請問  於 2006/7/26 下午 09:42:00  說:

是可以執行
但出現都是找不到
這樣有效嗎


(第 15  篇) 敗拖  於 2006/7/26 下午 09:51:00  說:

版主貼了有關系統的東西
卻不回答問題
這樣很危險耶



股票代碼
(第 16  篇) 灰階操盤手  於 2006/7/26 下午 09:56:00  說:

我也正在試..好用再告訴大家..謝謝版主分享.

(第 17  篇) 蠍神  於 2006/7/26 下午 10:09:00  說:

安全清除你C盤垃圾,讓你多出近1~2G的空位
Download
httpsa21084.2006.googlepages.comdelete.bat

很多朋友說誇張了,只能 少幾十M而已,其實那是因為你的系統本來都比較乾淨,如果你統使用了一段時間,安 了一定的軟體,升級過,長期瀏覽網圖片,一定時期後你再清理試試看能不能達到1G以上,不誇張,只是針對用的人而言~
本人測試過是最快而準,亦不會殺錯。一按執行,一分鐘內清理完,用過就知好。


(第 18  篇) 小小  於 2006/7/26 下午 10:14:00  說:

我是使用一個叫"Clean it"的小軟體,可以自動清一些暫存檔

(第 19  篇) 請問  於 2006/7/26 下午 10:17:00  說:

Download
httpsa21084.2006.googlepages.comdelete.bat


請問樓上的朋友這是什麼

謝謝


(第 20  篇) ??  於 2006/7/26 下午 10:59:00  說:

很抱歉,無法找到符合 "21084.2006.googlepages.comdelete.bat" 的相關結果。


股票代碼
(第 21  篇) ??  於 2006/7/26 下午 10:59:00  說:

很抱歉,無法找到符合 "21084.2006.googlepages.comdelete.bat" 的相關結果。


(第 22  篇) 電腦系統清除  於 2006/7/28 下午 09:54:00  說:

有效嗎?

(第 23  篇) wa  於 2006/7/28 下午 11:24:00  說:

rd /s /q windirtemp & md windirtemp ?

(第 24  篇) 騙人  於 2006/7/29 上午 12:10:00  說:

完全無效-此版主在唬爛---別試了--大騙子--浪費別人寶貴時間--shit-自以為好心--卻鋪一些沒用的東西shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit shit

(第 25  篇) 進廣告  於 2025/11/9 上午 07:09:00  說:

🙄📱

股票代碼



»»»點我了解《造生基abc》


本站是美國註冊之國際網址,相關報導內容謹遵美國法律並接受註冊當地法院之管轄。
文章發表時,即代表作者同意將出版利益贈與本網站。
總編輯24小時申訴:0927-787033