1,如何對(duì)win7進(jìn)行磁盤(pán)清理2,windows7怎么清理磁盤(pán)3,win7如何整理硬盤(pán)文件4,win7系統(tǒng)怎么清理磁盤(pán)節(jié)省c盤(pán)空間5,windows7怎么清理磁盤(pán)垃圾1,如何對(duì)win7進(jìn)行磁盤(pán)清理
開(kāi)始---所有程序---附件---系統(tǒng)工具----磁盤(pán)清理
2,windows7怎么清理磁盤(pán)
系統(tǒng)自帶這個(gè)功能,在我的電腦里右鍵點(diǎn)擊c盤(pán)或者其他盤(pán)符,屬性,里面有“磁盤(pán)清理”的選項(xiàng)。這種清理是安全的,不像某些軟件清理得過(guò)分,導(dǎo)致系統(tǒng)不穩(wěn)定。
3,win7如何整理硬盤(pán)文件
win7 的 打開(kāi)我的電腦 右鍵c盤(pán) 屬性——工具——磁盤(pán)清理即可直接點(diǎn)左下角的win圖標(biāo),輸入磁盤(pán)在上邊就出來(lái)磁盤(pán)碎片整理程序了呢。
4,win7系統(tǒng)怎么清理磁盤(pán)節(jié)省c盤(pán)空間
1、在電腦c盤(pán)上鼠標(biāo)右鍵點(diǎn)擊,選擇“屬性”。2、在跳出的屬性菜單中,選擇“常規(guī)”,點(diǎn)擊“磁盤(pán)清理”。3、等待磁盤(pán)清理計(jì)算垃圾。4、選擇需要清理的垃圾,點(diǎn)擊確定即可以上就是小編使用win10系統(tǒng)來(lái)清理c盤(pán)垃圾,win7操作也相差無(wú)幾。如果你電腦也卡頓的話,不妨試試清理下系統(tǒng)c盤(pán)??梢杂萌惆踩l(wèi)士清理。打開(kāi)安全衛(wèi)士,進(jìn)入功能大全,找到系統(tǒng)盤(pán)瘦身工具,對(duì)c盤(pán)進(jìn)行清理軟件不要安裝在c盤(pán),定期用360之類(lèi)的軟件清理優(yōu)化下!
5,windows7怎么清理磁盤(pán)垃圾
計(jì)算機(jī),點(diǎn)擊磁盤(pán)屬性 磁盤(pán)清理。如果垃圾還清理不徹底,我們?cè)撛趺崔k。最徹底的方法就是代碼。下面是網(wǎng)上流傳的一串代碼:@echo off echo 正在清除系統(tǒng)垃圾文件,請(qǐ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 把這么代碼復(fù)制粘貼到記事本。另存為:清除垃圾.bat點(diǎn)擊保存。