-V3n0m- Posted October 7, 2007 Posted October 7, 2007 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 ??
tAKTelapis Posted October 7, 2007 Posted October 7, 2007 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.
-V3n0m- Posted October 8, 2007 Author Posted October 8, 2007 searched it all over the forums .. cant find that converter ... can someone please tell me where is it ?
tAKTelapis Posted October 8, 2007 Posted October 8, 2007 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.
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