I know ive asked this before, but i never got a clear answer. does anybody know a simple way to add my prog to the registry, so it opens on startup!? if u do, please post it! :p
Printable View
I know ive asked this before, but i never got a clear answer. does anybody know a simple way to add my prog to the registry, so it opens on startup!? if u do, please post it! :p
You need to put it either here
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
or here
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
The first being system-wide, the second being just the current user.
The string value would need to be your app name, and the value data would need to be the full path to your exe.