WIN8垃圾文件清理批處理
WIN8垃圾文件快速清理,提高電腦運行速度。電腦運行久了常會變慢,這是由於在你的電腦中(zhōng)產生了許多(duō)垃(lā)圾文件,本文教大家一個比較快速的方法(fǎ)來清(qīng)理Windows8係(xì)統(tǒng)緩存的垃圾文件。
電腦運(yùn)行久了常會變慢,這(zhè)是由(yóu)於(yú)在(zài)你的電(diàn)腦中產生了許多垃圾文件,本文教大(dà)家一個(gè)比較快速(sù)的方法清楚Windows8係統(tǒng)緩存的垃圾文件。
操作步驟
1、在Windows8桌麵上按鼠標右鍵新建“文本文檔”。
2、複製以下代碼粘貼到記事本(běn)內。
@echo off
color 1e
for /r c:\ %%a in (*.tmp *.chk *.gid *._mp *.old *.bak *.log) do del /f /s /q "%%a"
for /r c:\windows\temp %%a in (*.*) do del /f /s /q "%%a"
for /r c:\windows\Prefetch %%a in (*.*) do del /f /s /q "%%a"
for /r %userprofile%\AppData\Local\Temp %%a in (*.*) do del /f /s /q "%%a"
for /r "%localappdata%\Microsoft\Windows\Temporary Internet Files" %%a in (*.*) do del /f /s /q "%%a"
for /r %localappdata%\Microsoft\Windows\History %%a in (*.*) do del /f /s /q "%%a"
for /r %appdata%\Microsoft\Windows\Cookies %%a in (*.*) do del /f /s /q "%%a"
for /r %windir%\SoftwareDistribution\Download %%a in (*) do del /f /s /q "%%a"
for /r "%windir%\Downloaded Program Files" %%a in (*) do del /f /s /q "%%a"
for /r %windir%\System32\LogFiles %%a in (*) do del /f /s /q "%%a"
del /f /s /q %systemdrive%\hiberfil.sys
pause & exit
這樣按任(rèn)意鍵就退出(chū)了
3、將“記事本”後綴(zhuì)名改為“.bat”。
4、最後雙擊“.bat”運行文件即(jí)可。
win8垃圾文(wén)件快速清理,提(tí)高電腦運行速度由華彩軟件(jiàn)站(zhàn)為您最新收集整理,版權歸原作者或(huò)公司所有。如有侵權,請與我們聯係刪除。
關鍵詞:WIN8,垃圾文件清理,批處理(lǐ)
閱讀本文(wén)後您有什麽感想? 已有 人給出評價!
- 0
- 0
- 0
- 0
- 0
- 0