Jump to content

Recommended Posts

Posted

Hi, I would like to know how to modify these value during setup (well, make them change during unattended setup):

Digit Grouping Symbol from , to " " (space) for number and currency

Time format for H:mm:ss

Thanks


Posted

[HKEY_USERS\.DEFAULT\Control Panel\International]

"sDecimal"="."

"sTime"=":"

"sTimeFormat"="h:mm:ss"

I'm applying it not on stage T-13 but on first login.

Posted

Open the "Regional Settings" Control Panel, and set everything to the way you want them. Then export the registry key below (I apply this at T-13, that way it applies to all users) :

; Sets "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"

You could customize that to leave only what you want, its my comprehensive set for regional settings - you may not want to have such a big list of modifications. :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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