Note: OS Used is Windows 10 Creator’s Update Enterprise Trial (Win10CU-EntT) DL ADK 1703 from here: https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit Install deployment tools from ADK which includes Windows SIM.Open PS run this:Go to path of adksetup.exe Run Windows SIM with this command in PS: Mount Windows 10 ISO right click file and Mount.Open…
Tag: mount
Import start layout XML into Windows 10 install.wim Image using PowerShell
Published September 20, 2017
In the previous post I exported the Start Layout to an XML file.Now I will import this into a mounted Windows 10 Image which can then be deployed using various methods. Copy Windows 10 Creator’s Update Enterprise ISO to local disk in C:\imagestore\. Mount the ISO using PS: Check if…