O
one2001boy
Hello,
is there a way to make registry modification for keys under
HKEY_CURRENT_USER for all users in the computer?
I can modify the key values under HKEY_CURRENT_USE using
RegSetValueEx(). However, it only affects the current logined user, not
all users under this machine. I want to make one key value under
HKEY_CURRENT_USER the same for all users. I also tried to modify
HKEY_USERS\\.DEFAULT, it doesn't help.
thanks.
is there a way to make registry modification for keys under
HKEY_CURRENT_USER for all users in the computer?
I can modify the key values under HKEY_CURRENT_USE using
RegSetValueEx(). However, it only affects the current logined user, not
all users under this machine. I want to make one key value under
HKEY_CURRENT_USER the same for all users. I also tried to modify
HKEY_USERS\\.DEFAULT, it doesn't help.
thanks.