Forum Discussion
Dan_Snape
Aug 19, 2019Iron Contributor
Add Languages to Win10 1903 via OSD
Anyone able to outline the process I can use for installing languages on Windows 10 1903 via OSD (or even just how it needs to occur)? A customer needs to have Australian as the main language with th...
juansobrado
Aug 29, 2019Former Employee
Hi Dan_Snape
Are you trying to install these languages in an online image or offline image?
Are you using Windows Update or local folder as path for the FoD? For example if you want to install it from a local path you will want to use the following command:
Dism /online /Add-Package /PackagePath="packagename"
To check why languages are not showing up after installing with your script, go to %systemroot%\logs\cbs and check the cbs.log logs.
Regards,
Juan S
Dan_Snape
Sep 02, 2019Iron Contributor
juansobradoThe languages FOD's are installed as part of a PowerShell script during a Task Sequence.
- juansobradoSep 02, 2019Former Employee
Dan_Snape Hi Dan. To rule out if the problem is with the script, please try installing the FoD via dism command.
Let me know the results,
Regards,
Juan S.