許多小伙伴反映win10純凈版系統(tǒng)使用時間長了,電腦越來越卡。這是由于c盤空間太少或者c盤垃圾太滿造成了win10電腦卡頓.怎么給win10系統(tǒng)瘦身呢?接下來愛純凈小編教大家win10快速徹底清理c盤空間的方法。
win10清理c盤空間的方法:
第一步:制作一鍵清理系統(tǒng)垃bat文件。在win10純凈版桌面新建一個txt文本文檔,將以下內(nèi)容復制到txt文本文檔里保存。
@echo off
echo 正在清除系統(tǒng)垃圾文件,請稍等......
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 一鍵清理系統(tǒng)垃圾完成!
echo. & pause
第二步:然后將TXT文本文檔的后綴名.txt 改成 .bat。
第三步:雙擊鼠標左鍵運行,等2--3分鐘后提示一鍵清理系統(tǒng)垃圾完成,win10 64位純凈版系統(tǒng)中的C盤空間就徹底清理好了。
關(guān)于win10快速徹底清理c盤空間就分享到這里了。更多win10純凈版教程關(guān)注愛純凈官網(wǎng)。
留言與評論(共有 條評論) |