Files
windows-unattend/Setup.ps1
Timmy ef9f5d16bc Setup.ps1 加 WU 暫停/恢復;unattend.xml Order 5 收 stderr 進 log
- Setup.ps1 開頭暫停 Windows Update(PauseUpdatesExpiryTime + 停 wuauserv/UsoSvc/BITS),
  結尾解暫停 + UsoClient 觸發掃描,避免跟 post-install 搶頻寬/CPU
- Win11Debloat config 從 here-string 改成 hashtable + ConvertTo-Json,
  繞開 PowerShell 5.1 ANSI 讀取時 here-string parse 失敗的 case
- Log 函式加 Write-Host,console 視窗能即時看 START/DONE
- unattend.xml Order 5 把 stdout+stderr 全部 redirect 到 firstlogon-runsetup.log,
  Setup.ps1 連 parse error 都會留紀錄;Order 3 改空密碼 + 強制改密
2026-04-28 08:35:20 +08:00

16 KiB