kukris Posted June 23, 2006 Posted June 23, 2006 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
kukris Posted June 23, 2006 Author Posted June 23, 2006 Thanks Bezalel. I thought REG was only for adding registry entries. I will try that.
Sonic Posted June 23, 2006 Posted June 23, 2006 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)
Yzöwl Posted June 23, 2006 Posted June 23, 2006 OrREGEDIT/E <drive>:\<pathto>\<filename>.reg HKEY_LOCAL_MACHINE\SOFTWARE\Program1\Settings
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