win11 清理 C 盤釋放空間的10 種方法
1、WIN + I 打開設置 ---》系統 ---》存儲 ---》存儲管理
---》打開 【存儲感知功能】
---》清理 【臨時文件】
2、手動清理緩存文件:
Win + R ---》輸入:%temp% ---》確定 ---》刪除所有緩存文件。
3、清理更新系統后的文件:
1)右鍵 本地磁盤(C:)---》屬性 ---》磁盤清理。
2)Win + R ---》輸入:cleanmgr ---》選擇C:盤 ---》確定。
3)按需 清理 系統還原點 文件(慎用):
設置 ---》系統 ---》關于 ---》高級系統設置
---》系統保護 ---》選定C:盤 ---》配置
---》磁盤空間使用量 ---》刪除。
或者:(慎用,確定確實不需要備份系統還原點時)
【WIN + I】 --》打開【系統設置】--》【系統】--》【系統信息】--》【系統保護】
--》【選定C:盤】 ---》【配置】
---》【磁盤空間使用量】 ---》【刪除】。
---》也可以【禁用系統保護】。
4)按需清理系統還原點(慎用):
右鍵 本地磁盤(C:)---》屬性 ---》磁盤清理 ---》其他選項
---》系統還原點和卷影復制 ---》清理。
4、轉移虛擬內存:
設置 ---》系統 ---》關于或系統信息 ---》高級系統設置
---》高級 ---》性能 ---》設置
---》高級 ---》虛擬內存 ---》更改
---》選 D:盤 ---》自定義大小(1024--8192)
---》選 C:盤 ---》選定 無分頁文件。
---》確定。
5、修改軟件緩存保存位置:
1)微信 ---》設置 ---》文件管理 ---》更改(選其他盤符,如:D:盤)
---》把 自動下載功能 關閉。
2)清理微信文件:
右鍵 任一微信接收到的文件 ---》打開文件 ---》刪除需要刪除的文件。
如:C:\Users\Administrator\Documents\WeChat Files\wxid_ex4w6csythn421\FileStorage\Video23-03
6、第三方軟件輔助清理: 火絨安全、360等。
7、關閉電腦休眠功能:
Win + R ---》輸入:cmd ---》輸入:powercfg -h off
---> cmd 要以管理員權限打開。
8、Win + R ---》輸入:cmd
清理:
---》輸入:Dism /online /Cleanup-Image /StartComponentCleanup
分析:
---》輸入:Dism /online /Cleanup-Image /AnalyzeComponentStore
9、可以手動清理的文件夾:
C:\Users\Administrator\AppData\Local\Temp
C:\Users\Administrator\AppData\Roaming\Tencent\
C:\Windows\SoftwareDistribution\Download\
C:\Documents and Settings\Administrator\Local Settings\temp\
C:\Windows\Temp
10、也可以自己編寫一個批處理文件,自動清理 windows 垃圾:
1)任何地方新建 a.txt 文本文件,復制以下內容:
@echo off
if exist c:\windows\temp. del /Q /F /S c:\windows\temp\.
if exist c:\windows\Temp. del /Q /F /S c:\windows\Temp\.
if exist c:\windows\Tempor~1. del /Q /F /S c:\windows\Tempor~1\.
if exist c:\windows\History. del /Q /F /S c:\windows\History\.
if exist c:\windows\recent. del /Q /F /S c:\windows\recent\.
if exist C:\Users\Administrator\AppData\Local\Temp. del /Q /F /S C:\Users\Administrator\AppData\Local\Temp\.
if exist C:\Users\Administrator\AppData\Roaming\Tencent. del /Q /F /S C:\Users\Administrator\AppData\Roaming\Tencent\.
if exist C:\Users\Administrator\AppData\Roaming\Tencent. del /Q /F /S C:\Users\Administrator\AppData\Roaming\Tencent\.
if exist C:\Windows\SoftwareDistribution\Download. del /Q /F /S C:\Windows\SoftwareDistribution\Download\.
if exist C:\Documents and Settings\Administrator\Local Settings\temp. del /Q /F /S C:\Documents and Settings\Administrator\Local Settings\temp\.
if exist C:\Windows\Temp. del /Q /F /S C:\Windows\Temp\.
pause
echo "垃圾清理完成"
pause
echo
2)把 a.txt 另存為:cleaner.bat 批處理文件(注意后綴名)。
3)雙擊 cleaner.bat 文件,就會自動清理垃圾。
另外 C 盤空間實在太小時,可選擇加裝固態硬盤。
凡是超過十年的筆記本不想扔就拿來。
筆記本來做個升級,14年的筆記本到現在10年了,這個本升級完了,也是10年的本了,正好是10年。
看看之后的速度,開機一閃就過了,LOGO馬上就到了硬盤了,轉了兩圈Windows馬上就到了登錄用戶了,開完了是不是也是10秒開機,這個就可以了。
關注一下王師傅,說不定會用到。