bvillados
Posts: 14
Score: 0 Joined: 8/14/2002 Status: offline
|
Hey, guys! I'm trying to deploy Roxio software to our PCs. At the last part of the installation, I'm trying to add some registry changes so that the users are not bothered with the software registration form. I can do this when I apply the following registry changes for the currently logged in user. [HKEY_CURRENT_USER\Software\Sonic\Registration\Roxio Central Core 3.0]
"RemindForNLaunches"=dword:00000005
"RemindAfter"=dword:00000003
"ShowRegistration"=dword:00000000
"ReminderCount"=dword:00000002
"Last"=dword:48acadba I'd like to do this for all users of the PC. I tried adding these changes to HKEY_USERS\.DEFAULT\Software.... [HKEY_USERS\.DEFAULT\Software\Sonic\Registration\Roxio Central Core 3.0]
"RemindForNLaunches"=dword:00000005
"RemindAfter"=dword:00000003
"ShowRegistration"=dword:00000000
"ReminderCount"=dword:00000002
"Last"=dword:48acadba But when a user logs onto a freshly built PC for the very first time (creates new local profile, etc.), these settings are not copied to his SID. So when he runs the software, he's still bothered with the registration form. Am I doing something wrong? Or do I have the wrong idea about how HKEY_USERS works? Thanks!
|