
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 ..