OSDeploy / OSDCloud

OSDCloud is a process to fully deploy a Windows OS from a WinPE Environment
https://osdcloud.osdeploy.com
63 stars 14 forks source link

How can I define the input locale used for deployment #21

Open TheKelly16 opened 1 year ago

TheKelly16 commented 1 year ago

We have a specific situation here in Switzerland.

This is all using OSDCloudGUI via USB-Stick.

Our OS should be installed with the language de-DE but use the input locale de-CH.

Is there an easy way to do this?

I seem to only be able to define an install language which then uses the default input locale for that language.

OSDeploy commented 1 year ago

In OSDCloud, you are selecting an OS with a System Language. This is what determines which ESD file gets downloaded and installed. If you are looking to change the default Language then this needs to be handled in a script to make the change. You can wrap OSDCloud in a script and make this change, but by default, OSDCloud doesn't do this for you