win8系統(tǒng)下怎么批量清除垃圾文件

2019-02-17 09:44

  當我們使用win8系統(tǒng)一段時間之后,電腦中就會產(chǎn)生大量的緩存和垃圾文件,如果沒有及時清理的話,就會占用系統(tǒng)空間影響運行速度,今天小編要教大家一個快速的批量清除垃圾文件的方法,具體步驟如下。

1、在Windows8桌面上按鼠標右鍵新建“文本文檔”;

win8系統(tǒng)下怎么批量清除垃圾文件

win8系統(tǒng)下怎么批量清除垃圾文件

2、復制以下代碼粘貼到記事本內

@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

win8系統(tǒng)下怎么批量清除垃圾文件

3、將“記事本”后綴名改為“.bat”;

win8系統(tǒng)下怎么批量清除垃圾文件

4、最后雙擊“.bat”運行文件即可。

win8系統(tǒng)下怎么批量清除垃圾文件

  以上給大家介紹的便是win8系統(tǒng)下怎么批量清除垃圾文件的詳細操作步驟,有需要的用戶們可以按照上面的方法步驟來進行操作吧。

網(wǎng)友評論

相關閱讀