Jump to content

Exporting a Registry key to a .REG file


Recommended Posts

How would I export a registry entry into a .REG file?

I've been working on making an application usable from a USB drive, with changeable settings, and those come from the registry. Up to this point, I have the program load a .reg file into the registry with:

RunWait("regedit.exe /s File.reg", @ScriptDir)

and at the end, I have it running:

RunWait("regedit.exe /s File2.reg", @ScriptDir)

File2.reg removes the registry entries.

Link to comment
Share on other sites

  • 2 months later...

How would I export a registry entry into a .REG file?

I've been working on making an application usable from a USB drive, with changeable settings, and those come from the registry.

Hey bud, I've been working on similar projects and I came across this script which is awesome. It works better than using regedit since some admins disable regedit functions. Enjoy.

http://www.autoitscript.com/forum/index.ph...mp;#entry316035

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
 Share

  • Recently Browsing   0 members

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