Jump to content

Liquid4653

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About Liquid4653

Profile Information

  • OS
    none specified

Liquid4653's Achievements

0

Reputation

  1. Hi, Sadly my skills in this particular area are limited and I have avoided putting it in the Autounattend.xml because I really am not sure what to do. I have loads of little reg tweaks, so I decided to simply put the reg file on the desktop on installation completion and it has to be manually launched.
  2. Hi again, Well despite trying everything it's still not working. I am wondering if it's because I am testing my install in VMWare all the time. I have decided to implement it another way and now it is working fine. So for anyone wanting to have a UK based localisation in their install, use the following registry script to change all necessary areas:- indows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\International] "Locale"="00000809" "LocaleName"="en-GB" "sCountry"="United Kingdom" "sCurrency"="£" "sLanguage"="ENG" "iCountry"="44" [HKEY_CURRENT_USER\Control Panel\International\Geo] "Nation"="242" [HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] "1"="00000809" [HKEY_CURRENT_USER\Keyboard Layout\Preload] "1"="00000809" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Language] "InstallLanguage"="0809" "Default"="0809" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Locale] @="00000809" "(Default)"="00000809" There are many ways to incorporate this into your install but bear in mind that some of these registry changes can only be done after the user part of the install is completed. It does work a treat though.
  3. Many thanks for the link, I have tried all options here and the result is the same,english american. I must admit im baffled at the moment. Looks like I will be burning the midnight oil again lol.
  4. You have only set region and locale for windows PE pass you need to add settings to oobe also. <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-UK</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-UK</UserLocale> </component> I have only included a snippet of my AutoUnattend.xml file, the oobe section already contains the UK setup as well.
  5. Hi, thanks for the info, I have removed that section and it has not affected the install, which is good. I made the AutoUnattend.xml with Se7en_UA in the first place. Don't know what it is but despite trying options listed here it still remains american, I have checked the file with WISM and all locale/region settings appear to be correct, but it just wont work. I can manually change everything to UK after the install but it does sort of defeat the object of having it automated lol.
  6. Hi All, Firstly I would like to thank this forum for the wealth of information it has given me. I have been working with Se7en_UA and RT7 Lite to make a customised Windows 7 installation for my system at home. Things have gone great and I now have a nicely stripped out Windows 7 install which works fine, but I am having an issue. I have set region and locale in my AutoUnattend.xml file for the United Kingdom, but unfortunately once installed it seems to have ignored my preferences and sets everything up as United States, which contradicts what I have in my AutoUnattend.xml file. Does anyone have any pointers as to what I could be doing wrong. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7600.16385" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="InboxGames" state="false" /> </package> </servicing> <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> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-GB</UILanguage> <UserLocale>en-GB</UserLocale> <UILanguageFallback>en-GB</UILanguageFallback> </component> <component name="Microsoft-Windows-Setup" 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"> <ComplianceCheck> <DisplayReport>Never</DisplayReport> </ComplianceCheck> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> I have searched here and tried a couple of suggestions but none of them have changed the way it is behaving. Any help would be appreciated.
  7. Hi, After many years of lurking here reading excellent posts and the contributions made by all, I decided I really should sign up and join in. Been working with technology and pc's for more years than I care to remember, and who knows I may actually be able to help on the odd occasion too lol. Regards to all and I look forward to getting to know msfn life better. Steve.
×
×
  • Create New...