Like BB said...


I think you just need to add a new string to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run.
The name can be whatever you like but the data should be a path (eg. c:\windows\notepad.exe) to the app you want to run.

OR

Use the Windows Task Scheduler to run an exe "When my computer starts". Theoretically this should work before logon as there is also an option to start a program "When I log on"

I have not tested any of the above...yet...so good luck.