OSCapability
Last updated
Was this helpful?
Last updated
Was this helpful?
Directories within OSCapability are created by default and follows this logical assignment
That being said, if you need one for Windows 10 1909 x86, just manually create the following directories. Get it?
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
You must always include the metadata directory and the FoDMetadata_Client.cab, otherwise OSDBuilder will ignore your stuff
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
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.