製作flatboot installation步驟大概是 (時間已久可能不太精準):
1. 將iso mount 到hd.
2. 將boot.wim apply 到硬碟.
Dism /Mount-Image /ImageFile:"h:\Sources\boot.wim" /index:1 /MountDir:"C:\WinPE_Mount"
應該是要用 apply-image
Dism /Apply-Image /ImageFile:"h:\Sources\boot.wim" /index:1 /ApplyDir:"C:\WinPE_Mount"
3. 將 iso 目錄下以及 WinPE_Mount 目錄下的資料複製到usb 磁碟.
4. 利用BOOTICEx64 修改外接磁碟成可開機.
另外也照之前調整一般Win10 播放環境的方式, 調整了電源模式最佳效能 PowerSettings, Win32PrioritySeparation, VisualEffects 等.