Search the Community
Showing results for tags 'Language'.
-
Hi I followed the following walkthrough(http://www.vkernel.ro/blog/creating-an-offline-mdt-deployment-media) and was able to boot into litetouch on the vm I am trying to sysprep and capture. However when I get to language selection the section is blank and I cannot choose a language, halting me from continuing. This is my first tome using MDT. Any tips?
-
- sysprep
- lite touch
- (and 7 more)
-
Hi, All I has installed SCOM 2012 on my Server. How could I tell which language version of SCOM has been installed from registry? Thanks. I look through the following reg path, can't find any language related key or values. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\System Center Operations Manager
-
Hi everybody! In our company we have an OS image with 2 languages. During deploying OS it asks which language I would like o use. Every option I need is right except the Language for non-Unicode programs - it's always by default English. I need it to be always Russian for both languages. How can I made it? Help.
-
Hi i am trying to deploy Windows 8 Enterprise with 3 different types of languages. English (US), Dutch, and Slovakian. now i went and captured a single image using hyper-v brought the wim into DISM and added the 2 additional languages, using SK-SK, and NL-BE. Reference to do it: http://msdn.microsoft.com/en-us/library/dd799277(WS.10).aspx now i then created 3 different XML files dutch_Win8.xml, Slovakia_Win8.XML, and English_Win8.XML. I made a package for them and added the following for Dutch using WIndows SIM on the pass 7 OOBE <SystemLocale>nl-BE</SystemLocale> <UILanguage>nl-BE</UILanguage> <InputLocale>nl-BE</InputLocale> <UserLocale>nl-BE</UserLocale> English is <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <InputLocale>en-US</InputLocale> now when i made the task sequence I chose the "Use an unattended or sysprep answer file for a custom installation" updated and called for Dutch_Win8.xml and chose the correct package. so i go and PXE Boot and it goes well till after the setup Windows and Configuration, it pops up and says which display language would you like, English Netherlands Slovakia I have to pick one before it moves on. i thought the XML would take care of this part of the deployment so I would not have anyone having to answer questions. is there a way to fix this so it answers it and moves on automatically by way of the XML file????