Created
July 9, 2016 21:58
-
-
Save gaelcolas/2f6299c84ce94769cdcc608ccac9b76c to your computer and use it in GitHub Desktop.
Capture WIM from VHD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mount-WindowsImage -ImagePath .\baseNoWMF5.vhd -Path ./VHD -Index 1 | |
New-WindowsImage -ImagePath .\customImage.wim -CapturePath .\VHD\ -Name customImage | |
Dismount-WindowsImage -Path .\VHD -Discard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment