Help - Search - Members - Calendar
Full Version: WinRE default keyboard layout
MSFN Forums > Unattended Windows Discussion & Support > Windows PE

   
Google Internet Forums Unattended CD/DVD Guide
jamieo
Is there any way to specify the default keyboard layout so it won't prompt for it when WinRE boots? The prompt for admin password that follows it isn't too bad but I find the keyboard one quite annoying.. I guess I haven't found an answer so far as the users from US don't mind having to just hit enter!

I've already tried specifying an unattend.xml or using wpeutil but maybe I'm implementing them incorrectly or at the wrong time. Has anybody got this working? If so, please post your code.

Edit: Although 'WinRE' would imply it, I am refering to WinPE 2.0 that ships with Vista
Edit: Booting the same .wim from UFD doesn't prompt for admin password (but still prompts for keyboard) so how do I get this behaviour when booting from HDD?

Jamie
ubernerd
You can use an unattend.xml file to avoid the keyboard dialog, the WAIK doc contains all the codes you need for your locales.
jamieo
QUOTE (jamieo @ Jan 13 2007, 09:13 PM) *
I've already tried specifying an unattend.xml and using wpeutil but maybe I'm implementing them incorrectly or at the wrong time. Has anybody done this?

QUOTE (ubernerd @ Jan 15 2007, 02:15 AM) *
You can use an unattend.xml file to avoid the keyboard dialog, the WAIK doc contains all the codes you need for your locales.

Thanks, but as I posted, I already tried this and it only effects the windows setup keyboard mapping etc. If you know different please post your code, heres mine:

CODE
<settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <SetupUILanguage>
                <UILanguage>en-UK</UILanguage>
                <WillShowUI>Never</WillShowUI>
            </SetupUILanguage>
            <InputLocale>0809:00000809</InputLocale>
            <!--InputLocale>en-UK</InputLocale-->
            <SystemLocale>en-UK</SystemLocale>
            <UserLocale>en-UK</UserLocale>
            <!-- UILanguage must be en-US to avoid prompt -->
            <UILanguage>en-US</UILanguage>
            <UILanguageFallback>en-US</UILanguageFallback>
        </component>
    </settings>
jamieo
Has anybody got any unattend settings to work in WinPE?? Elsewhere in this forum I see people cannot get WinPE to accept the XML. Guess I'll need to try mine again and look into the logs to see what's going on...
ubernerd
My code looks at lot like your, only its for danish keyboard layout ... and its working very nicely

How to you apply your unattend.xml file ?

The recommeded method is to use wpeinit /unattend:<pathtounattendfile>, you could add this in startnet.cmd or Winpeshl.ini
jamieo
I had tried with wpeinit as you describe - using startnet.cmd. Now I know for sure I am on the right track I'll give it another go and hunt though the logs to see whats wrong (now I know where the logs are!).

Thanks for your reply,

Jamie
ChrisQuestionMark
I know this is an extremely old post, but was this ever figured out?

I'm having the same problem and can not figure it out.
steve6375
Hi
I haven't tried this yet but have you tried en-GB instead of en-UK?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.