...
Building the WinPE SD Card
Execute one of the following
...
commands in the IoTEntOnSECO directory directory in an elevated command prompt (launched as administrator) depending on your module.
Trizeps8Mini, eMMC:
Code Block | ||
---|---|---|
| ||
make-winpe-enterprise.cmd /disable_updates /test_signing /module trizeps8mini |
Trizeps8Mini, SD Card:
Code Block | ||
---|---|---|
| ||
make-winpe-enterprise.cmd / |
...
disable_updates / |
...
test_signing /sdcard /module trizeps8mini |
Trizeps8Plus, eMMC:
Code Block | ||
---|---|---|
| ||
make-winpe-enterprise.cmd /disable_updates /test_signing /module trizeps8plus |
Trizeps8Plus, SD Card:
Code Block | ||
---|---|---|
| ||
make-winpe-enterprise.cmd /disable_ |
...
updates /test_signing /sdcard /module trizeps8plus |
Apply the Image to an SD Card with the following command (diskmgmt.msc displays the drive numbers)
Code Block make-winpe-enterprise.cmd /apply <disk_number>
...