gcue Posted July 18, 2011 Share Posted July 18, 2011 hello all. I am trying to export a key from HKEY_CURRENT_USER from a remote PC. I have used the HKEY_USERS method (resolving the SID that pertains to a user to get a copy of the user's hkey_current_user's hive) but it only works if the user is logged on. I have also been using engine's HKCU UDF which I think loads the NTUSER.DAT file for the user in question to read/write to it - this works great for single strings n such but not for exporting entire keys. Reg.exe does not allow for exporting HKEY_CURRENT_USER on remote PCs but it does allow for exporting Hkey_current_user paths locally. So I've also tried using PSEXEC in conjunction with REG.EXE to do this but have not had much success with this. Has anyone built anything or found a better method? many thanks in advance. Link to comment Share on other sites More sharing options...
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