WIN8垃圾文件清理批處理
WIN8垃圾文件快速清理,提高電腦運(yùn)行速度。電腦運(yùn)行久了常會變慢,這是由于在你的電腦中產(chǎn)生了許多垃圾文件,本文教大家一個比較快速的方法來清理Windows8系統(tǒng)緩存的垃圾文件。
電腦運(yùn)行久了常會變慢,這是由于在你的電腦中產(chǎn)生了許多垃圾文件,本文教大家一個比較快速的方法清楚Windows8系統(tǒng)緩存的垃圾文件。
操作步驟
1、在Windows8桌面上按鼠標(biāo)右鍵新建“文本文檔”。
2、復(fù)制以下代碼粘貼到記事本內(nèi)。
@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
這樣按任意鍵就退出了
3、將“記事本”后綴名改為“.bat”。
4、最后雙擊“.bat”運(yùn)行文件即可。
win8垃圾文件快速清理,提高電腦運(yùn)行速度由華彩軟件站為您最新收集整理,版權(quán)歸原作者或公司所有。如有侵權(quán),請與我們聯(lián)系刪除。
關(guān)鍵詞:WIN8,垃圾文件清理,批處理
閱讀本文后您有什么感想? 已有 人給出評價!
- 0
- 0
- 0
- 0
- 0
- 0