mkdir c:\hvvhd
diskpart
create vdisk file=c:\hvvhd\hyperV.vhd maximum=12288 type=fixed
select vdisk file=c:\hvvhd\hyperV.vhd
attach vdisk
create partition primary
assign letter=r
format quick fs=ntfs label=hyperV
exit
dism /Get-WimInfo /WimFile:d:\install.wim
Deploying Microsoft Hyper-V Server 2008 R2 on USB Flash DriveImageX Command-Line OptionsHow to deploy Windows Server 2016 TP3 onto an SD card
Rufus-iso to USB stick - disable TPM, etc. BIOS version
diskpart
list disk
select disk x
clean
create partition primary
format quick fs=ntfs label="SD"
active assign letter=C
exit
dism /Apply-Image /ImageFile:D:\sources\install.wim /index:3 /ApplyDir:C:\
bootsect /nt60 C: /force /mbr
bcdboot C:\Windows or <code>(bcdboot C:\Windows /s C: when boot from USB stick...)</code>
WinPE: Create USB Bootable driveCreate An Integrated Up To Date Windows 7 Install Disc
Windows Updates Downloader (WUD)