Hai
How can i put my application to load itself after all the startup items in the HKLM/Run and HKCU/Run are loaded.
Printable View
Hai
How can i put my application to load itself after all the startup items in the HKLM/Run and HKCU/Run are loaded.
You would have to modify your packager to give the option to let the uswer select if they want it to write the proper setting to the registry or not for that feature. Or you could have your app do it upon first run.
Rob, i did not really undestand your suggession :) Rob. my app really put itself to the HKLM/Run startup entry at first run. No problem with that. but how do i make it, so it will run after all other entries under HKLM/HKCU > Run are processed.
You can not control the order of execution of the items in the Run key.
Rob, There is a program call Startup Guru at http://startupguru.lincolnbeach.com . when right click on an startup item in the Statup Guru window, i see there are two menu items call 'Move Up' and 'Move Down' (But those menu are not active some time).
i thought this is to control the startup order :D
Probably what its doing is dulicating the Run key on its own so it is in the Run key but nothing else. Then when startup guru is run it runs what you have scheduled or ordered etc.