Frank
2004-04-01 22:03:04 UTC
Hi,
I need the ability to create a user profile on Windows 9x
(<windir>\Profiles\<user>)
On NT plateforms, I use the LoadUserProfile api and if that particular
user profile does not exist on disk, it is created. I can then load
the user's hive and apply some changes to it.
On 98, when adding a new user using the UI (Add User wizard), it
creates the user profile on disk. That's what I want to do
programmatically!
I would really appreciate if anyone can give me a tip on this...
Thanks!
I need the ability to create a user profile on Windows 9x
(<windir>\Profiles\<user>)
On NT plateforms, I use the LoadUserProfile api and if that particular
user profile does not exist on disk, it is created. I can then load
the user's hive and apply some changes to it.
On 98, when adding a new user using the UI (Add User wizard), it
creates the user profile on disk. That's what I want to do
programmatically!
I would really appreciate if anyone can give me a tip on this...
Thanks!