Use Windows Imaging and Configuration Designer to create packages to update SKU of Windows 10

Change the SKU of Windows 10 through a provisioning package created with WICD.

John Savill

November 3, 2016

1 Min Read
Use Windows Imaging and Configuration Designer to create packages to update SKU of Windows 10

Q. How can I use the Windows Imaging and Configuration Designer to create a package file to change the SKU of Windows 10?

A. The Windows Imaging and Configuration Designer (WICD) is part of the Windows 10 Assessment and Deployment Kit (ADK). WICD provides a number of capabilities including creating provisioning packages which can be applied to Windows 10 instances to change their configuration which can include changing their SKU. It's also possible to use WICD to create installation media that has provisioning packages integrated in.

To create a provisioning package to change the SKU of a Windows 10 instance, for example converting from Pro to Enterprise open up WICD and perform the following:

  1. Select File - New Project

  2. Enter a name and description

  3. Select the type as Provisioning package and click Next

  4. Select the Windows edition this provisioning package will apply to. Select All Windows desktop editions and click Next

  5. Click Finish

  6. Expand Runtime settings - EditionUpgrade - UpgradeEditionWithProductKey

  7. Enter in the key for the new SKU you wish to use (this could be the KMS key if you use KMS, e.g. https://technet.microsoft.com/en-us/library/jj612867(v=ws.11).aspx)

  8. Select File - Save

  9. Select Export - Provisioning package

  10. Change the Owner to IT Admin then click Next

  11. Select if the package should be encrypted (if it has real product keys for example) and if it should be signed to prove its authenticity. Click Next then click Build

  12. Select the location to save and you now have a ppkg file that can be applied to Windows 10 either via direct execution of deploying via a management service like Intune

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