怎么清理系統(tǒng)c盤
c盤是電腦的心臟,操作系統(tǒng)在C盤里面,那么大家知道怎么清理系統(tǒng)c盤嗎?學習啦小編分享了清理系統(tǒng)c盤的方法,希望對大家有所幫助。
清理系統(tǒng)c盤方法
1. 先進入我的電腦。然后點擊C盤!然后選擇屬性,就能看到一個磁盤清理按鈕。這里清理之前最好把所有的程序都關掉。不然后果會有點嚴重哦。
2. 然后系統(tǒng)會掃描這個盤的垃圾文件,。我們可以查看這些文件的詳細信息,點擊查看文件即可。
掃描C盤
3. 選擇好要刪除的文件之后點擊確定。
4. 然后系統(tǒng)將會刪除磁盤的垃圾碎片。
方法二:
1.這是在網上看到的一個方法,感覺也不錯,是寫了一串代碼。下面就來說說把。代碼如下:
@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%\小甜餅s\*.*
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)LJ完成!
echo. & pause
把代碼復制到一個文本文檔里面、、然后在另存為文件名修改成LJ.bat。
2.然后在把文件保存到桌面。然后點擊打開。就可以看到一串刪除垃圾文件的窗口。這個方法還是挺方便快捷的。不過要注意重要的文件不要放在C盤了,以免被刪除了就無法恢復了!
看過“怎么清理系統(tǒng)c盤”的人還看了: