Change Key for ll users

  • Thread starter Thread starter philippe
  • Start date Start date
P

philippe

Hello,
This key:
[HKU\.DEFAULT\Control Panel\International]
"sCurrency"="€"
don't change option for all users.
How can i do ?
Bye
 
philippe wrote in
Hello,
This key:
[HKU\.DEFAULT\Control Panel\International]
"sCurrency"="€"
don't change option for all users.

Why would think it would.

You will need to alter each user's profile while logged on at

HKEY_CURRENT_USER\Control Panel\International\
"sCurrency"=
(REG_SZ)

If you mean to set a default value for all _new_ user profiles on the
system then set it in the ntuser.dat (\Default User\ profile) prior to
users' profile creation.
 
Back
Top