HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
Dim regKey As RegistryKey
regKey = Registry.LocalMachine.OpenSubKey("Software\Microsoft\Windows\CurrentVersion", True)
regKey.CreateSubKey("Run")
regKey.SetValue("RSL", "IT WORKS!!!")
regKey.Close()
i wanna add this: regKey.SetValue("RSL", Application.StartupPath & "RSL.exe")

New Topic/Question
Reply




MultiQuote






|