Multilang FOD RSAT
To properly add RSAT to Windows 10 using ContentPacks and proper Language support, follow these steps. Languages are selected by the System Language and the installed Language Packs
Windows 10 1909 uses the same FOD as Windows 10 1903
Mount Features on Demand ISO
You will need to first mount the Features on Demand ISO
Copy Script
Adjust the following script to copy the content to the ContentPack. Modify and repeat as necessary
Remove Unnecessary Content
You can now safely remove all directories in the ContentPack except for OSCapability
In the OSCapability directory, remove the non-RSAT directories
New-OSBuildTask
Now simply add the ContentPack to your MultiLang OSBuild Task with the AddContentPacks
parameter. During New-OSBuild
, RSAT will be enabled with the proper Language support
Last updated