Link to home
Start Free TrialLog in
Avatar of jecksom
jecksom

asked on

APP start at system Startup

Hi

Which methods to start my application at system startup,
using registry i have? (startup folder, win.ini not what i
looking for). I guess there at least two choice...

Jecksom
ASKER CERTIFIED SOLUTION
Avatar of rwilson032697
rwilson032697

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jecksom
jecksom

ASKER

Fast question , fast answer :) Thanx.
Jecksom
Avatar of jecksom

ASKER

little question , where .vxd could initialize from ?
Hmm.. Not sure. Here's another registry setting the controls services... (but I don't think it it what you are looking for...

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunService\MyProgram =
    "c:\MyProgs\MyProg.EXE"

Cheers,

Raymond.