106
Additional features overview/details
Appendix
IND100077-219
Install Microsoft® Windows® 10 with recovery option
1: Boot to Windows 10 installer
2: Select language settings
3: Click “Repair your computer”
4: Click “Troubleshoot”
5: Click “Command Line” and type the following indicated in a black box
below.
type
diskpart
type
list disk
Take note of which disk number the SSD and eMMC is. This will usually be eMMC=0 and SSD=1
type
exit
Step 1 - Prepare disks
=======================
The contents of the script les will be listed on the end of this section (next page in this manual).
Refrence: "Diskpart_Pre-install.txt" and "Diskpart_Post-install.txt"
type
diskpart /s \Diskpart_Pre-install.txt
Step 2 - Apply install image
=======================
type
DISM /Apply-Image /ImageFile:\Image\W10LTSC2019.wim /Index:1 /ApplyDir:W:\
Step 3 - Prepare boot sector
=======================
type
cd "W:\Windows\System32"
type
bcdboot W:\Windows /s S:
Step 4 - Prepare recovery
=======================
type
md R:\Recovery\WindowsRE
type
xcopy /h W:\Windows\System32\Recovery\Winre.wim R:\Recovery\WindowsRE
Step 5 - Finalize disk setup
=======================
type
diskpart /s \Diskpart_Post-install.txt