In windows-xp there are a lot of points where programs can be started automatically.
I would like to start a program before the programs in the startup folder are started. The user is logged on automatically, so there's not a big delay between starting up windows and logging in.
It must be a solution where i'm sure that the programs in the Startup folder are not started. So maybee the program should start before explorer.exe is started.
I see i can add the program in the registry (HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run) or create a service, but i'm not sure or thats the correct point.
Anybody an idea?
Runis the correct point - it's where most apps put themselves – Pekka 웃 Feb 4 '11 at 10:01Runis what you're looking for. But there's no guarantee that your program will be started in any particular order. You can't ensure that it will always be started before the other programs in theRunkey in the Registry. – Cody Gray Feb 4 '11 at 10:06