Jump to content

Importing selected Registry


Recommended Posts

Hi,

Is there anyway to import certain registry entries... and their values with their types ... or i have to just export the .reg file and make my script adding those but i dont want it to show up dialogue that .reg files show up ! any ideas guys ??

Link to comment
Share on other sites

Well:

FileInstall() <- to hold the .reg file with your script, and paste it to the computer for use.

regedit.exe -s file.reg

That will execute the registry file and supress any changes.

Alternatively, I think (though not sure) There is a script here somewhere which can convert a .reg file into an AutoIT3 script of RegWrite() commands.

Link to comment
Share on other sites

Hi V3n0m,

I am not 100% that the script in question actually exists, I have just started one myself, as i am collecting a number of reg keys for a future project.

I think your best bet would be to file install the .reg file and use regedit with the -s switch.

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