Hi,

I'm making a program and would like it to atomaticly start up when windows boots. To do this I'm going to add a shortcut called "C:\run.exe" to this registry directory:

HKLM\Software\Microsoft\Windows\CurrentVersion\Run

Any idea how I could do this using Visual Basic code? All I know is that an API call is required.

Thank you!