由於Windows 7 FES 及 POSReady 7 皆為光碟片安裝之 Embedded OS ,因此它們不像WES7 有 ICE Tool 可以簡單製作客製化檔案
1. 首先,請先安裝Windows OPK Tool 或是 Windows AIK Tool 到你的PC上
2. 讀取 Windows 7 or POSReady 7 安裝光碟片 (看你做的 image 是哪個 OS)
3. 將光碟片 --> sources --> install.wim 複製到 PC
4. 打開 Start --> Windows OPK -->Windows System Image Manager
5. 於 Windows Image 右鍵 -->Select Windows Image --> install.wim (path base on step 3)
需要等一小段時間唷....
6. 於 Answer File 右鍵 --> New Answer File
7. 展開Windows Image --> Components --> X86_Microsoft-Windows-PnpSysprep_6.1.7601.17514_neutral 按右鍵將其加入Answer File內
8. 此時會看到最右邊的 setting 內有2個選項PersistAllDeviceInstalls 及 DoNotCleanUpNonPresentDevices 改選為TRUE
9. 存檔至C:\Windows\System32\Sysprep內 ,取名為 xxx.xml檔 (檔名可自行取)
10. 開啟 cmd 視窗並使用Run As Administrator,分別輸入以下指令
cd C:\Windows\System32\Sysprep
sysprep /oobe /generalize /shutdown /unattend:xxx.xml
11. 輸入完後,會開始自動執行sysprep並關機
12. 就可以將此 image 製作成 recovery DVD 或是 大量複製到各機台上
留言列表