Para ello deberás modificar el registro automaticamente, debes escribir el valor en
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
Código C:
Ver originalDim oReg As RegistryKey = Registry.CurrentUser
Dim oKey as RegistryKey = oReg.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Run", True)
oKey.SetValue("MyVBApp", cPGM)