Hi Guys,
i recently created a little PS-Script which will help you if you need to deploy an MUI version of Windows 10.
My scenario:
- deploy Windows 10 1803 x64 in US-English
- depending on the hostname: Install a language pack and set the default locales.
- hostname starts with "US" then do nothing
- hostname starts with "DE" then target language & keyboard layout German
- hostname starts with "FR" then target language & keyboard layout French
- hostname starts with "NL" then target language & keyboard layout Dutch
- hostname starts with "US" then do nothing
The solution can be found here: Download
The Post-Install task can be imported easily to your SDA but needs some
modification on your site. For legal reasons i removed the language
packs from the specific folder. Feel free to add and change the needed
files / folder / whatever. Remember that every Windows 10 Build got his own language packs.
If you want to remove the en-US Keyboard then add the following line to the XML files:
<gs:InputLanguageID Action="remove" ID="0409:00000409"/>
The script is delivered as it is and has no support. If you have any questions feel free to ask here on ITNinja.
Helpful links:
Inputprofiles: Link
GeoIDs: Link
Comments