hamstar Posted February 14, 2005 Posted February 14, 2005 I set the thing in winnt.sif that says:[RegionalSettings] LanguageGroup=1 SystemLocale=00001409 UserLocale=00001409 InputLocale=1409:00000409to be for New Zealand... but then, when I boot into windows I have that annoyign language bar appear...from which I delete the default created US entry and tell the language bar to go away forever in less words...Any idea how I can kill the US entry this side of the first run?Cheershamstar
Dynamite Posted February 14, 2005 Posted February 14, 2005 I do a similar thing (I have UK only) which works fine, with no default US option showing[RegionalSettings] Language = 0809also under[GuiUnattended] TimeZone = 85also under[Unattended] KeyboardLayout="United Kingdom"I’m not familiar with the Kiwi keyboard layout but the time zone will of course be different
gtaylor Posted February 15, 2005 Posted February 15, 2005 Your WINNT.SIF should contain the following entries..;The [RegionalSettings] section contains entries for installing regional settings during Setup.[RegionalSettings] ;Specify the language group (1=Western Europe and United States) LanguageGroup=1 ;Specify the Language/Locale to install (1409=English (New Zealand)) Language=1409I use the following entries in an INF file to remove the US keyboard layout and disable the language bar.;------------ Disable Language Bar ------------;The following registry entries disable the Language bar[DisableLangBar.AddReg] ;Turn off advanced text services HKCU,"SOFTWARE\Microsoft\CTF","Disable Thread Input Manager",0x00010001,1 ;Do not show the Language Bar HKCU,"SOFTWARE\Microsoft\CTF\LangBar","ShowStatus",0x00010001,3 ;{description required} HKCU,"SOFTWARE\Microsoft\CTF\MSUTB","ShowDeskBand",0x00010001,0[DisableLangBar.DelReg] ;Remove English (US) keyboard layout HKCU,"Keyboard Layout\Preload","2" ;Disable Text Input Services support HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","CTFMON.EXE";------------ Disable Language Bar ------------
hamstar Posted February 16, 2005 Author Posted February 16, 2005 Wicked... just what I wanted!Cheers!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now