nodiaque Posted August 19, 2004 Posted August 19, 2004 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 currencyTime format for H:mm:ssThanks
moo Posted August 20, 2004 Posted August 20, 2004 [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.
prathapml Posted August 20, 2004 Posted August 20, 2004 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.
nodiaque Posted August 21, 2004 Author Posted August 21, 2004 that's exactly what I did for hkcu and hklm. Thanks though I did it before you post
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