Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
77 views1 page

Windows Image Configuration Guide

The document provides instructions to mount a Windows image file, set the product key, apply an unattended installation file, and commit the changes back to the image using the DISM tool. The image file is mounted, the current edition is checked, the product key is set, an unattended XML file is applied, and then the changes are committed back to the original WIM file.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views1 page

Windows Image Configuration Guide

The document provides instructions to mount a Windows image file, set the product key, apply an unattended installation file, and commit the changes back to the image using the DISM tool. The image file is mounted, the current edition is checked, the product key is set, an unattended XML file is applied, and then the changes are committed back to the original WIM file.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

dism.exe /Mount-WIM /WimFile:"E:\install.

wim" /index:1 /MountDir:"C:\W12"

Get Current Edition of Wim file


dism.exe /image:C:\w12-Final /Get-CurrentEdition

Set Product Key to Image


dism.exe /image:"C:\w12" /Set-ProductKey:

Apply Unattended xml file to WIM


dism.exe /image:"C:\w12" /Apply-Unattend:E:\ImageUnattend.xml

After Making the changes commit to changes to Image


dism.exe /Unmount-wim /mountdir:"C:\w12" /commit

You might also like