win8垃圾文件如何清除
win78在安裝軟件或卸載軟件的時候會生成大量的系統(tǒng)盤垃圾,那么win8垃圾文件如何清除呢?今天學(xué)習(xí)啦小編就和大家說說清除win8垃圾文件的解決方法。
win8垃圾文件清除方法一
1、在Windows8桌面上按鼠標右鍵新建“文本文檔”。
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:windowstemp %%a in (*.*) do del /f /s /q "%%a"
for /r c:windowsPrefetch %%a in (*.*) do del /f /s /q "%%a"
for /r %userprofile%AppDataLocalTemp %%a in (*.*) do del /f /s /q "%%a"
for /r "%localappdata%MicrosoftWindowsTemporary Internet Files" %%a in (*.*) do del /f /s /q "%%a"
for /r %localappdata%MicrosoftWindowsHistory %%a in (*.*) do del /f /s /q "%%a"
for /r %appdata%MicrosoftWindowsCookies %%a in (*.*) do del /f /s /q "%%a"
for /r %windir%SoftwareDistributionDownload %%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%System32LogFiles %%a in (*) do del /f /s /q "%%a"
del /f /s /q %systemdrive%hiberfil.sys
pause & exit
這樣按任意鍵就退出了
3、將“記事本”后綴名改為“.bat”。
4、最后雙擊“.bat”運行文件即可。
win8垃圾文件清除方法二
1、首先打開“計算機”,選擇系統(tǒng)所在分區(qū),右鍵單擊→屬性→磁盤清理;
2、打開磁盤清理后會自動掃描可以清理的文件;
3、掃描結(jié)束后,先不要清理,點擊“清理系統(tǒng)文件”;
4、然后會重新掃描;
5、這里可以選擇全部,其中的“以前的Windows安裝”就是Windows.old里面的東西;
6、確定后開始清理,等清理結(jié)束后看一下C盤剩余空間是不是就空出很多了。從舊版本系統(tǒng)升級到新版本系統(tǒng),不管是升級安裝還是自定義安裝,只要沒有格式化分區(qū),都會有一個Windows.old的文件夾 。
看過“win8垃圾文件如何清除”的人還看了: