CHiLL Posted June 21, 2019 Posted June 21, 2019 (edited) I've been deploying Windows 10 for a number of years now and all previous builds that I've deployed, I've managed to set the OS language settings via Unattend.xml from MDT within SCCM, which is used during the MDT Task Sequence. I've installed the 1903 ADK and modified the Unattend.xml (and distributed it and created a TS that uses it). However 1903 (English International ISO) doesn't appear to be picking it up and the OS is defaulting to en-US. Here's my Unattend.xml OnError true en-US 0409:00000409 en-US en-US en-US true true Pacific Standard Time http://www.microsoft.com/ EnableAdmin 1 cmd /c net user Administrator /active:yes UnfilterAdministratorToken 2 cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f disable user account page 3 reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f disable async RunOnce 4 reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer /v AsyncRunOnce /t REG_DWORD /d 0 /f en-GB en-GB en-GB en-GB en-GB 0 "" 1 9 9 1 "" "" "" Default 1 true true Administrator . true 999 wscript.exe %SystemDrive%\LTIBootstrap.vbs Lite Touch new OS 1 true Work 1 true true true en-GB en-GB en-GB en-GB en-GB \Drivers I have noticed that when a non-admin logs in for the first time, they are prompted for admin credentials to install 'Optional Features', which I am presuming is a language pack. I don't get the prompt if I log on as an admin first, though the OS language doesn't change. Has anyone else encountered this issue with language settings in 1903? Edited June 21, 2019 by CHiLL
3s-gtech Posted June 21, 2019 Posted June 21, 2019 I’m not 100% it’ll be this, but which ISO are you using for Windows 10? If it’s the normal ‘English’ one it doesn’t have the en-GB language pack.
CHiLL Posted June 21, 2019 Author Posted June 21, 2019 I’m not 100% it’ll be this, but which ISO are you using for Windows 10? If it’s the normal ‘English’ one it doesn’t have the en-GB language pack. I knew there was something I was missing from the original post! I am using the English International ISO. I've updated the post to include that.
Mujja Posted June 21, 2019 Posted June 21, 2019 (edited) Just tested the en-intl ISO (SW_DVD9_Win_Pro_10_1903_64BIT_Eng_Intl_Pro_Ent_EDU_N_MLF_X22-02892) with and SCCM\MDT task sequence and the region settings are set correctly set to English UK. "prompted for admin credentials to install 'Optional Features'" I also don't see this. The last time I saw this was when I used a en-US ISO. Edited June 21, 2019 by Mujja
CHiLL Posted June 21, 2019 Author Posted June 21, 2019 Just tested the en-intl ISO (SW_DVD9_Win_Pro_10_1903_64BIT_Eng_Intl_Pro_Ent_EDU_N_MLF_X22-02892) with and SCCM\MDT task sequence and the region settings are set correctly set to English UK. How are you setting the region settings? The only option in the default settings that I can see is to set the time zone, which I have done to London.
Mujja Posted June 21, 2019 Posted June 21, 2019 (edited) My unattend.xmlUnattend.txt Edited June 21, 2019 by Mujja 1
CHiLL Posted June 21, 2019 Author Posted June 21, 2019 My unattend.xml Cheers, I think I may see what's causing my issue! It looks like I have incorrectly modified the InputLocale. Yours is: 0809:00000809 en-GB en-GB en-GB Mine was: en-GB en-GB en-GB en-GB I must have changed that by mistake when modifying the file. Now I've changed that, I will re-image the machine and what happens. 1
CHiLL Posted June 21, 2019 Author Posted June 21, 2019 My unattend.xml I can confirm that the wrong InputLocale information was causing the issue. Changed that and first re-image saw the correct en-GB keyboard layout and date format. Cheers again. 1
Allfie Posted July 26, 2020 Posted July 26, 2020 Hi all, can any of you tell me if I can create a answer file for language only and add it to my TS in SCCM? My TS is all set the way I want but system language is set default to en-US, but I want en-GB. Many thanks in advance
CHiLL Posted July 27, 2020 Author Posted July 27, 2020 Hi all, can any of you tell me if I can create a answer file for language only and add it to my TS in SCCM? My TS is all set the way I want but system language is set default to en-US, but I want en-GB. Many thanks in advance I assume you've included MDT with SCCM? If so, you can adjust unattend.xml to specify the en-GB language settings. Another adjustment to make: In the Apply Windows Settings section, specify the Timezone and set it to UTC+00:00) Dublin, Edinburgh, Lisbon, London. This will set your OS to the correct time zone, and thus time.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now