Hi all,
I'm writing a program that loads from a win32 service and I'd like to be able to have my program startup before windows startup programs are loaded. I have noticed on xp that programs placed in the startup menu folder seem to load before mine and want your opinion as to how to best deal with this issue. I have seen startup delay programs but am wondering if there isn't a registry value that can force a delay or some other way to ensure that my program is loaded before windows startup registry and start menu items. My service is non interactive win32 set to autostart at the moment.
I'm writing a program that loads from a win32 service and I'd like to be able to have my program startup before windows startup programs are loaded. I have noticed on xp that programs placed in the startup menu folder seem to load before mine and want your opinion as to how to best deal with this issue. I have seen startup delay programs but am wondering if there isn't a registry value that can force a delay or some other way to ensure that my program is loaded before windows startup registry and start menu items. My service is non interactive win32 set to autostart at the moment.