From 68f524e2b0cf3f3628e5ec21aaf311abe5ec242a Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 23 Oct 2018 13:45:36 +0300 Subject: Redundant --- .../Notes/Tango.Notes/PPC/Windows 10 LTSB.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Notes') diff --git a/Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt index 32baf50d9..263d2b1a4 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt +++ b/Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt @@ -1,11 +1,25 @@ *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 \ No newline at end of file +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 \ No newline at end of file -- cgit v1.3.1