WinPE ADK Packages

I do not recommend adding any ADK Packages to WinRE unless you account for the increased size in your BIOS System Partition or UEFI Recovery Partition. Your default Task Sequence should create a 500MB Partition, but this is not enough as it needs a fair amount of free space.

I recommend changing your Partition sizes to 984MB for BIOS System and UEFI Recovery

You have been warned!

Its time to have some fun. Gather your ADK OC's (Optional Components) and Language (just the one you need) from these directories

C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCsC:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\x86\WinPE_OCs

And add them to OSBuilder in your corresponding directory in OSBuilder\Content\WinPE\ADK\*

New-OSBuildTask

Once the files are in place, when you create a new OSBuild Task, you will be promped for each WinPE (Setup, WinPE, WinRE) to select the Packages to inject

Invoke-OSBuilder

During execution of your Task, the selected ADK Packages will be installed. You can select different ADK Packages for each WinPE WIM.

PowerShell in Windows Setup

Because why not?

Last updated