How to load the Default User Profile hive in HKEY_USERS 
Author Message
 How to load the Default User Profile hive in HKEY_USERS

Hello folks,

I need to make changements to the Default User ntuser.dat file
(c:\winnt\profiles\Default User\ntuser.dat)  without userintervention
(keyboard).
There is an API call that should allow to do this called RegLoadKey.
But I do not seem to have much success with this key .. anyone got
experience with this ?

Any help is welcome ..



Fri, 07 Sep 2001 03:00:00 GMT  
 How to load the Default User Profile hive in HKEY_USERS
You don't want to do that. Just make changes to
HKEY_USERS\.DEFAULT (note the period before DEFAULT),
using the registry API calls.
Quote:

>Hello folks,

>I need to make changements to the Default User ntuser.dat file
>(c:\winnt\profiles\Default User\ntuser.dat)  without userintervention
>(keyboard).
>There is an API call that should allow to do this called RegLoadKey.
>But I do not seem to have much success with this key .. anyone got
>experience with this ?

>Any help is welcome ..



Sat, 08 Sep 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Load a User's Hive Programmatically

2. Load a User's Hive Programmatically

3. Load NT4 User Hive Programmatically

4. Load a User's Hive Programmatically

5. Load NT4 User Hive Programmatically

6. How to change the Default User Profile?

7. Copy Default User profile from CD

8. load registry hive to HKEY_LOCAL_MACHINE

9. Loading a registry hive in VBScript

10. Loading registry hives

11. Loading Registry Hives

12. Registry LoadKey to load hives?

 

 
Powered by phpBB® Forum Software