OSCapability

OSCapability ContentPack is used to add things like RSAT to an offline Windows Image

ContentPack Structure

Directories within OSCapability are created by default and follows this logical assignment

OSCapability\$ReleaseId $Architecture
OSCapability\$ReleaseId $Architecture RSAT

That being said, if you need one for Windows 10 1909 x86, just manually create the following directories. Get it?

1909 x86
1909 x86 RSAT

Add Capabilities

You will need to download a Features on Demand ISO to get WindowsCapabilities. Once you have the ISO, simply copy the WindowsCapabilities you want to add

Add RSAT Capabilities

If you want to add RSAT, simply add the CAB files you want to install in the corresponding RSAT Capability directory. This can be quite challenging if you are doing this manually, but the following script should do just the trick if you adjust the paths accordingly and add your languages

x64 Results

x86 Results

Build

Time for a quick test

During the OSBuild process you will see a list of the available Capabilities for your OS displayed. This is not the Capabilities you are adding, but the way they are installed is you have to Add-Windows Capability by Name. So if you have the CAB for the Named Windows Capability, it will be installed

To verify the installed Windows Capabilities, simply validate against the exported XML

Or have a look in the WindowsCapability.txt file that is in the root of the OSBuild you just created.

Results

Last updated

Was this helpful?