PDA

View Full Version : importing HKEY_USERS



ricardo_s
07-27-2001, 05:52 AM
Hi,

I am a newbie and want to export HKEY_USERS\S-1-5-...\Software
on my PC and import to another PC. However, that PC would have its own ID which is different from mine.
Therefore I don't think I can import the registry file
to another PC. I need to do this as a workaround for my installer program.
Please help.

Simon Clausen
07-27-2001, 06:35 AM
You could just export/import the HKEY_CURRENT_USER key which is just a link to the SID of the current user.

Regards,

Simon Clausen
---
WinGuides.com - Windows Guide Network
http://www.winguides.com/ (http://www.winguides.com/external.php?url=http://www.winguides.com/)

ricardo_s
07-27-2001, 07:48 AM
Thanks for the quick reply
which solved my problem!