windows作業系統空間被「C:\Windows\WinSxS」吃掉,處理方式:
一、判斷 WinSxS 資料夾實際大小的功能
以系統管理員身分開啟命令提示字元,並輸入下列指令:
Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore
二、清除 WinSxS 資料夾
以系統管理員身分開啟命令提示字元,並輸入下列指令:
Dism.exe /online /Cleanup-Image /StartComponentCleanup
資料參考來源:
(1)、https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/determine-the-actual-size-of-the-winsxs-folder?view=windows-11
(2)、https://learn.microsoft.com/zh-tw/windows-hardware/manufacture/desktop/clean-up-the-winsxs-folder?view=windows-11