Jump to content

Recommended Posts

Posted

Ok i have got this really annoying problem where i can set all regional settings except the location. I know what the reg setting for this (as below) but it doesnt seem to keep it by the time i get to login. I put this in the regtweaks file that runs off cmdlines.txt but doesnt seem to work. But if i applied in windows normally it would work

[HKEY_LOCAL_MACHINE\Control Panel\International\Geo]
"Nation"="242"

Anyone got any ideas?

Cheers

Nick


Posted

ok i'll give that a go. will this apply to the default profile as i want all users that login to have this setting. if it does then it sounds just the thing i need!

Posted

Here's my registry chunk for what you do, and I apply it through cmdlines (not GUIrunonce, as I suggested above):

; Set "Location" to India
[HKEY_CURRENT_USER\Control Panel\International\Geo]
"Nation"="113"

; India-specific Regional settings
[HKEY_CURRENT_USER\Control Panel\International]
"iCountry"="1"
"iCurrency"="0"
"iDate"="1"
"iLZero"="1"
"iMeasure"="0"
"iNegCurr"="0"
"iTime"="0"
"iTLZero"="0"
"Locale"="00000409"
"s1159"="AM"
"s2359"="PM"
"sCountry"="United States"
"sCurrency"="Rs."
"sDate"="-"
"sLanguage"="ENU"
"sShortDate"="dd-MMM-yyyy"
"sTimeFormat"="h:mm:ss tt"

It works for me. Just apply in the same way as you previously did.

Posted

cheers for that but seem to have found an easier way to do what i want to do. changed my winnt.sif to look like this and it stopped my annoying bug of getting US as default location:

[RegionalSettings]
   LanguageGroup=1
   Language=00000809

also with having this too:

[Unattended]
   KeyboardLayout="United Kingdom"

i put in a user default locale before i believe and it screwed with things so took it out and it was sorted

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...