Jump to content

[Question] Export registy entries to .reg files via Script


kukris

Recommended Posts

Hello,

Is there a program / script or other method to save specific registry entries to a reg file.

For example I want to save the following program settings

[HKEY_LOCAL_MACHINE\SOFTWARE\Program1\Settings]

[HKEY_LOCAL_MACHINE\SOFTWARE\Program2\User]

[HKEY_LOCAL_MACHINE\SOFTWARE\Program3\Preferences]

and so on.

Now I have to go to each key and export each of them in a reg file.

Is there a way to give a program / script the registry entries and save them

as a reg-file (or multiples)?

Title edited -- Please, use [TAGS] in your topic's title.

--Sonic

Link to comment
Share on other sites


REG EXPORT "HKCU\Sofware\MyUserProgram1\My Settings" ClassicReg.reg

make regular .reg file.

REG SAVE make .hiv files (more details reg /?)

edit: forget keybase argument (thx to Yzöwl's post)

Link to comment
Share on other sites

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...