*Create ISO From OS installation folder (needs to place the custom install.wim first) (execute in Deployment and imaging tools environment cmd) oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,bD:\Win10LTSB\ISO_Files\boot\etfsboot.com#pEF,e,bD:\Win10LTSB\ISO_Files\efi\microsoft\boot\efisys.bin D:\Win10LTSB\ISO_Files D:\Win10LTSB\Custom.iso *Merge VMWare disk to single file vmware-vdiskmanager.exe -r "D:\Virtual Machines\VMWare\Windows 10 Pro x64\Windows 10 Pro x64-000001.vmdk" -t 0 "D:\Virtual Machines\VMWare\Windows 10 Pro x64\merged.vmdk" *Get install.esd information dism /Get-WimInfo /WimFile:install.esd *Convert install.esd to install.wim dism /export-image /SourceImageFile:install.esd /SourceIndex:6 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity *Create install.wim from sysprep windows partition dism /Capture-Image /ImageFile:D:\install.wim /CaptureDir:F:\ /name:"W10PRO" /compress:maximum /checkintegrity /verify /bootable *Inject Provisioning Package to install.wim dism /Mount-Wim /WimFile:D:\Win10LTSB\Windows_10_Enterprise_ISO_Files\sources\install.wim /MountDir:D:\mount /index:1 dism /Image=D:\Mount /Add-ProvisioningPackage /PackagePath:D:\Win10LTSB\package\Project_13.ppkg dism /Unmount-Image /MountDir:D:\Mount /commit *Enable Unbranded Boot: Turn on windows and features.. Run CMD: bcdedit.exe -set {globalsettings} bootuxdisabled on