Search the Community
Showing results for tags 'Language pack'.
-
I am attempting to create and deploy a single universal OSD task sequence in SCCM (current branch) in my organization and will install and apply the appropriate language(and other regional settings) for the region. I have created the task sequence with steps outlined in the thread below. However, Windows 10 version 1903 no longer use standard lp.cab files but rather use the Features on Demand and appx packages to apply languages. There doesnt appear to be any current documentation on how to accomplish this during OSD using sccm with the change in how Windows applies languages. Any assistance would be greatly appreciated. Ive attempted to tackle this problem from a few different angles with no luck. I have also tried the steps outlined below to apply the language/regional settings with similar results. https://thesleepyadmins.com/2019/01/26/sccm-task-sequence-windows-10-language-pack/ In addition to this, I created a bat file package which executes the dism commands to load the .cabs and .appx as well as set the other regional settings to no avail. Running the DISM commands to manually load the 5 different language cab files and the appx (language experience pack) does not actually change the language, or even make it available in the language selection dropdown in Win10 Settings. The only way to get the new language to appear in the dropdown is to go to the MS store and load it on each individual PC even after manually installing the appx. I really want to automate this, and have whatever regional language set as default, and English as the secondary(if applicable). Thanks, Dave
- 5 replies
-
- task sequence
- osd
-
(and 4 more)
Tagged with:
-
Must select Language manually after LP-installation in OSD
Grobe posted a question in unattended installs
After the language pack installs and reboot, one gets to select the UI language (or Language pack). I want it to be already selected, but I cant get it to work. The Variables set and used are due to AD_Site and country. The unattend looks like follows. Has anyoned any idea what is wrong? <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeZone>%Variable_TimeZone%</TimeZone> <InputLocale>%variable_InputLocale%</InputLocale> <SystemLocale>%Variable_SystemLocale%</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>%variable_UserLocale%</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeZone>%Variable_TimeZone%</TimeZone> </component> </settings> </unattend>-
- Unattend
- Windows 10
-
(and 1 more)
Tagged with:
-
Hi, Sccm 2012 sp1, mdt 2013 uppdate 1 (8298) Windows 10 adk Created new ts, almost everything works fine except installing Language pack during osd, sequence runs for a couple of seconds logged ok but no LP Installed. Tested different solutions, copy LP to temp folder, offline LP but no luck. Is there someone else experience same issue or do someone have any suggestions?