Jump to content

Recommended Posts

Posted

I'm kinda noob regarding scripting, but time and practice will improve my skill... Meanwhile, I'd like to know if there's a way to export a tree from the registry... I don't want to export a whole tree (e.g. HKLM) just a simple branch.

I want to merge on another computer the branch that will be retrieved...

thx...

Posted

Here is the export command line with regedit

regedit /e c:\yourfile.reg HKEY_LOCAL_MACHINE\SOFTWARE\YourBRanch

And for the import

regedit -s yourfile.reg

CheersNobby

Posted

Sorry about the confusion, I want to Export/import via autoIT script... Since nobby gave the command line way, i'll just input it into my script, thx a lot for the answer :ph34r:

  • 2 weeks later...
Posted

Lakesat,

Please refer to the following link: Registry Export Thread. It is a link to a similar post on this forum. Refer to my post in this thread for a sample import/export code module. Any questions and comments welcome.

*** Matt @ MPCS

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...