Jump to content


tpe@kmc.dk

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by tpe@kmc.dk

  1. Well i changed my search approch and found this article that helped me out https://social.technet.microsoft.com/Forums/en-US/da3dd760-1ece-4163-a791-38d087b2e63e/mdt-2012-time-and-currency-setting-inputlocale-is-not-working-in-udi-wizard-selection?forum=mdt Found the following: CustomSettings.ini had to have the following added: UserLocale=da UILanguage=da KeyboardLocale=0406:00000406 unattend.xml needed "<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">" changed to: <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"> <InputLocale>%KeyboardLocale%</InputLocale> <SystemLocale>%InputLocale%</SystemLocale> <UILanguage>%UILanguage%</UILanguage> <UserLocale>%InputLocale%</UserLocale> </component> And last: In the MDT Toolkit package you need to find the file named UDIwizard.wsf (\Toolkit\Scripts) Then comment out the following line: oEnvironment.Item("UserLocale") = oEnvironment.Item("InputLocale") Update the distribution points with the new mdt settings and mdt toolkit and i works
  2. First of all thangs for a great guide, everything works like a charm I have one question though, one i have googled a lot, but i can't seem to find a solution to it.. The Win10 source i use is MVLS "Windows 10 ENT DK" (including danishlanguage), but when i'm done deploying windows, it starts up using en-US for keyboard and so on (despite windows being in danish) i have read about localization of the image trough either CustomSettings.ini or Unattend.xml but it seems like it completely ignores the settings (if i edit the MDT task sequence trough the sccm configuration manager, i'm able to set the local timezone, but non of the articles i've found seems to have any effect what so ever... Any ideas ?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.