Situation
# Sysprep後用Archonis發現檔案好大
Solution
# 磁碟檢查與修復
[1]
chkdsk C: /f
# 系統映像掃描
[2]
DISM /online /cleanup-image /scanhealth
# 自動修復映像(接上網路)
DISM /online /cleanup-image /restorehealth
# 掃描並修復系統檔案
[3]
sfc /scannnow
# 清除多餘的更新、檔案、資源回收桶...
[4]
Win + R > cleanmgr
# Sysprep
[5]
Win + R > sysprep > generalize and shutdown