sayru Posted September 1, 2010 Posted September 1, 2010 I have a regedit (.reg) file setting and would like it to apply it to my other computers. when I run the .reg file, it prompts for confirmation. how can I make the registery addition smooth and silent in autoit3 ?
omikron48 Posted September 1, 2010 Posted September 1, 2010 Regedit.exe has a silent switch. You could googled for this information yourself if you bothered to. Run("regedit.exe /s " & $regfile) Alternatively, you can also use the Reg* functions available in the AutoIt function library. Check the help file. That's what it's for.
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