aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Notes
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Notes')
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/PPC/Windows 10 LTSB.txt16
1 files changed, 15 insertions, 1 deletions
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