Forum Discussion
Add Languages to Win10 1903 via OSD
4 Replies
- juansobradoFormer 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
- nikkoscyCopper Contributor
juansobrado hello to all. I have the same problem. I need to install the greek keyboard either during the sccm osd of win 10 1903 or offline using dism. Can you please advise on how to do it.
thanks
- Dan_SnapeIron Contributor
juansobradoThe languages FOD's are installed as part of a PowerShell script during a Task Sequence.
- juansobradoFormer 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.