johnyV Posted March 25, 2009 Posted March 25, 2009 Hello, I would like to export a registry value to a *.reg file. Is there a simple way of doing this? Doing a regread and then pasting the value in a text document then renaming it *.reg isnt working. (I`d rather just export it if possible) My goal is to have an autoit script to export registry key to a *.reg file so that I can configure another computer with the same settings by simply transferring that *.reg file over and double clicking on it. Thanks,
Varian Posted March 25, 2009 Posted March 25, 2009 (edited) Type reg export /? at a command prompt if you are using a Windows NT flavor OS Edited March 25, 2009 by Varian
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