aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Notes/Tango.Notes
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-23 13:45:36 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-23 13:45:36 +0300
commit68f524e2b0cf3f3628e5ec21aaf311abe5ec242a (patch)
tree2763bca164631da49428f954488a07ce33c26893 /Software/Visual_Studio/Notes/Tango.Notes
parent91082afaed2e859e42bad9b06739075689e71b3e (diff)
downloadTango-68f524e2b0cf3f3628e5ec21aaf311abe5ec242a.tar.gz
Tango-68f524e2b0cf3f3628e5ec21aaf311abe5ec242a.zip
Redundant
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.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