Jump to content

RemoteAdmin

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About RemoteAdmin

RemoteAdmin's Achievements

0

Reputation

  1. Mr Jinje, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\MUI\UILanguages\xx-YY is pointing to en-US so can not do anything there. Here is my solution for now. In task sequence, I have a batch file to import an registry file which update two registry keys to 00000409 from 00000809. Here is my reg file: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Keyboard Layout\Preload] "2"="00000409" "1"="00000409" [HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] "2"="00000409" "1"="00000409"
  2. Thanks all for your inputs, I would hate to reinstall MDT since I have mulitple sites and they are doing the same thing. I will do more searching on this, hopefully I don't need to reinstall MDT on all servers.
  3. I did not do any language modify. Here is what in the lang.ini [Available UI Languages] en-US = 3 [Fallback Languages] en-US = en-us
  4. I have done a lot of searching without any luck I am using WDS and MDT 2010 to deploy Windows 7 Prof. 64 Bit. The issue I am having is the input language default to English United Kingdom instead of English United State. I have checked the unattended file and everything (InputLocale, SystemLocale, UILanguage, UserLocale, UILanguageFallback) referenced to en-US or 0409:00000409. I don’t see anything reference to en-GB or 0809:00000809. I am hoping someone on here can assist me on resolving this issue. Thanks
×
×
  • Create New...