Forum Discussion
Autopilot change the operating systems default installed language
- Jun 06, 2022
For anyone that needs this. Unless you are still deploying windows 10 and Microsoft doesn't allow the new "Copy-UserInternationalSettingsToSystem". And, Microsoft doesn't let us install an LP with PS like what I found they are testing in the Insider Builds. Do the following:
(This is based on https://github.com/mtniehaus/AutopilotBranding
- Get the required LPs
- Create a Win32 app that which contains the following - LPs + xml for the intl.cpl copy international and a script that:
- installs the LPs + Languages capabilities.
- Set timezone
- Set system locale
- Set culture.
- Set windows geo location
- Set user language list
- Copies the international settings to system and new user using the xml file.
I hope this helps anyone with this issue, and thanks shehanjp for the answers. They pointed me in the right direction.
Rahamim.
shehanjp Great Idea but didn't work.
The primary language was the OS language.
It only changed the region of the OS...
For anyone that needs this. Unless you are still deploying windows 10 and Microsoft doesn't allow the new "Copy-UserInternationalSettingsToSystem". And, Microsoft doesn't let us install an LP with PS like what I found they are testing in the Insider Builds. Do the following:
(This is based on https://github.com/mtniehaus/AutopilotBranding
- Get the required LPs
- Create a Win32 app that which contains the following - LPs + xml for the intl.cpl copy international and a script that:
- installs the LPs + Languages capabilities.
- Set timezone
- Set system locale
- Set culture.
- Set windows geo location
- Set user language list
- Copies the international settings to system and new user using the xml file.
I hope this helps anyone with this issue, and thanks shehanjp for the answers. They pointed me in the right direction.
Rahamim.
- Martin-BoehmerSep 25, 2022Copper Contributor
question is where can i gat the LP. In the store only Local Experience packs are available. If you are only working cloud only there is no changes to pull it from a CD.
greetings
- RahamimLSep 25, 2022Iron ContributorIf you are using windows 10 or windows 11 21h2 you should be using the language pack from the feature on demand ISO in volume licensing.
Rahamim.
- shehanjpJun 09, 2022Iron ContributorCheers! And glad you sorted it out 🙂