可能佔據C槽的資料歸納以下幾類:
應用程式、應用程式的暫存檔、作業系統的暫存檔瀏覽網站時所下載的檔案,推薦你這個軟體「Treesize Free」,可以幫你查出硬碟裡,哪些佔比較多空間去作刪除。
刪除動作你可以參考這篇
https://mrtang.tw/blog/post/27906604
你是不是用APPLE的手機,
最常遇到使用者是APPLE手機插上電腦後在電腦備份,
不然就是你下載、桌面等預設位置是C槽,整理整理就好了。
C會莫名滿。一般是如下的原因。
1.暫存檔過多:可自行去清除暫存檔。如果不清楚能不能砍。可下載一下清理工具來幫你。
2.個人目錄、下載、桌面:基本上來說,像是桌面存的東西、下載這些。windows的預設值都是放在
C:\Users 這個目錄內。
3.刪除暫存檔(垃圾桶):一般清除如果未做強制刪除。其實容量並不會被釋放掉。會先存在垃圾桶。
其所在位置大多數都會在c上面。可以清一下垃圾桶後再看容量。
用下面兩列指令去找出
應該在 D 槽卻在高C 槽的大檔案
然後可以刪的刪一刪
dir c:\ /s | find "/" | find /V "<DIR>" | sort /+22 /R > filelist.txt
notepad filelist.txt
我都用以下指令清,參考了。
@echo off
echo 正在清除系統垃圾檔案中,請稍候......
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%ecycled*.*
del /f /s /q %windir%*.bak
del /f /s /q %windir%\prefetch*.*
del /f /q %userprofile%\cookies*.*
del /f /q %userprofile%ecent*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files*."
del /f /s /q "%userprofile%\Local Settings\Temp*."
del /f /s /q "%userprofile%ecent*.*"
RD /s /q %windir%\temp & md %windir%\temp
RD /S /Q %userprofile%\AppData\Local\TEMP & md %userprofile%\AppData\Local\TEMP
RD %userprofile%\AppData\Local\Line\Cache /S /Q
echo 清除系統垃圾檔案完成!!!
cleanmgr /sageset:99
cleanmgr /SAGERUN:99
為了避免清除後持續增加,建議可修改環境變數: