電腦時不時自製 .tmp,令到部機變慢,請電腦高手指教改善法

2009-09-24 8:27 am
電腦時不時自製 .tmp,令到部機變慢,請電腦高手指教改善法。

回答 (1)

2009-09-24 11:50 am
✔ 最佳答案
你可以先開一個文字檔然後鍵入下面內容 :


@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

輸入完成後.將檔名改成 xxx.bat 緊記副檔名一定要是 .bat(batch批次檔屬性.)每次執行這個批次檔便可


收錄日期: 2021-04-15 22:08:36
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20090924000051KK00043

檢視 Wayback Machine 備份