Jump to content

RegWrite Question


WesW
 Share

Recommended Posts

I am planning on importing a registry key using an Inputbox. When the key imports on the remote machine it shows up as three folders. I used the reg to au3 tool. Should I do this a different way since I am importing the registry key to a remote machine?

RegWrite("\\" & GUICtrlRead($V8i) & "\HKEY_LOCAL_MACHINE\SOFTWARE\Bentley\ProjectWise\08.11\CustomModules\PWESeeder,'Application Mask','REG_DWORD','1")
        RegWrite("\\" & GUICtrlRead($V8i) & "\HKEY_LOCAL_MACHINE\SOFTWARE\Bentley\ProjectWise\08.11\CustomModules\PWESeeder,'Function','REG_SZ','InitializeCustomModule")
        RegWrite("\\" & GUICtrlRead($V8i) & "\HKEY_LOCAL_MACHINE\SOFTWARE\Bentley\ProjectWise\08.11\CustomModules\PWESeeder,'Library','REG_SZ','PWESeeder.dll")
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...