cjconstantine Posted July 27, 2007 Posted July 27, 2007 I have run into a delima... I want to export user settings from the registry. I have the user ID, domain, and the account SID. I am able to see my SID under HKEY_USERS but no others even though other users have logged into the PC. Is there any way to do this without being logged in as the user? I want to get mapped printer, network drives, and outlook settings. Any help is greatly appreciated.
tAKTelapis Posted July 27, 2007 Posted July 27, 2007 I am thinking that the hive file for this is kept in the users profile: C:\documents and settings\%username% Back that up for each user, it carries across registry settings AFAIK. along with files on there desktop, favorites etc etc etc.
ResNullius Posted July 27, 2007 Posted July 27, 2007 I am thinking that the hive file for this is kept in the users profile:C:\documents and settings\%username%Back that up for each user, it carries across registry settings AFAIK. along with files on there desktop, favorites etc etc etc.@cjconstantine,tAKTelapis is right. On Win 2000/XP (& Vista?) the users registry hive is the hidden file "ntuser.dat" in the "documents and settings\%username%" directory.When the user logs onto the system, the hive is loaded and shows up under HKEY\CURRENT_USER and under their SID in HKEY_USERS.
cjconstantine Posted July 27, 2007 Author Posted July 27, 2007 Thanks much to both of you ... now back to scripting.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now