Not difficult, use the following code:
The only problem I have with this code is that some computers will display a message box after running the reg file that says something like "the information was added to the registry" and it likes to hide behind your app.Code:Sub SetReg(RegFile as String) Shell "regedit " & RegFile End Sub




Reply With Quote