//flex table opened by JP

Click to See Complete Forum and Search --> : Startup


TopsyTurvy
02-10-2008, 04:54 PM
Hi

Is it possible to arrange the order in which programmes start using MS XP.

Regards
Topsy

Midknyte
02-10-2008, 05:27 PM
if anything, you would have to create a batch script. The programs are loaded asynchronously, so some might be loaded at the same time.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q179365
With the exception of the HKEY_LOCAL_MACHINE\...\RunOnce key, all keys and their entries are loaded asynchronously. Therefore, all entries in the RunServices and RunServicesOnce keys can potentially run at the same time.

Sterling_Aug
02-10-2008, 07:30 PM
Why do you ask? It shouldn't be important since all programs will work with each other loaded.

TopsyTurvy
02-11-2008, 03:56 AM
Hi Sterling_Aug

The first programme needs to decrypt information before the second is loaded so I now realise there needs to be a pause before the second is loaded. Will try writing a batch file.

Thanks for the help.