Help - Search - Members - Calendar
Full Version: PE 2.0 UK keyboard
MSFN Forums > Unattended Windows Discussion & Support > Windows PE

   
Google Internet Forums Unattended CD/DVD Guide
podavies
Hi,

Im going mad here when i ever i build PE Boot CD using the WAIK it allways uses the US the keyboard.
When i try and change the keyboard using wpeutil SetkeyboardLayout i get the error the "the command failed with status 0x80074005"
anyone ever come across this

Is there a way to set the keyboard when i create the disk,


Thanks
Paul
Atheros
have you tried the xml file approach? [Unattend.xml] in the root of your pe2.0 image.

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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-GB</UILanguage>
</SetupUILanguage>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/build-3.rm.01/x86/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


don't know if this will work or not. worth a go though right?
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.