March 21, 200620 yr Hi, I have some programs (Flash Renamer & MP3Gain) that save their settings in HKEY_USERS\S-1-5-..-......I would like to apply those settings, but as you know, the S-1-5-...... key differs after every install (on other pc's and blabla )Is there a way to make the reg values added to that key, no mather on which pc and which value ?should adding those settings to .DEFAULT work ? (tested it after installation and didn't work, but may be it works when installation is running)thx in advance!Jeroen.
March 21, 200620 yr During Setup you should use HKCU\... after setup you shouls use HKEY_USERS\.DEFAULT\... but this will only apply to profiles that haven't been created. (With some programs you can even use HKLM\... for all users)
March 21, 200620 yr Author Thx!I didn't see that the keys in HKEY_USER\S-1-.... are also in HKEY_CURRENT_USER, I had looked in there before, I must have looked over the key I searched!
Create an account or sign in to comment