Windows 10 Provisioning Package application to image

Apply a provisioning package to a Windows 10 image

John Savill

February 16, 2016

1 Min Read
Windows 10 Provisioning Package application to image

Q. How can I apply a Windows 10 provisioning package offline to an image?

A. Using the Windows Imaging and Configuration Designer it is easy to apply a provisioning package:

  1. Open the Windows Imaging and Configuration Designer

  2. Select the New Windows image customization option on the Start page

  3. Select the WIM file to modify

  4. Select the provisioning package and click Finish

  5. Additional changes can be made via the Available customizations

  6. You can then export out to create updated media

It is also possible to leverage DISM to apply a provisioning package. For example:

DISM /image: /add-provisioningpackage /packagepath:

Finally the icd.exe from the Windows Imaging and Configuration Designer can also be used as documented at https://msdn.microsoft.com/en-us/library/windows/hardware/dn916115(v=vs.85).aspx.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like