I agree that batch file is the best
approach to tell the sequence of
execution of the application in our
desired manner.
Yes, there are some other system
apps that might also get executed
inbetween :-( . How to track the
sequence of execution of various
apps/process during the windows
startup ?
I checked the below link(autoruns) -
http://technet.microsoft.com/hi-in/sysinternals/bb963902(en-us).aspx
It seems that it is not required to
use msconfig or edit Windows Registry
to edit modify any of the stuff.
It shows the programs that are
configured to run during system
bootup or login.
autoruns has a -l option(Logon startups
by default) that can be used to log
the sequence of programs that startup.
But,do Windows autoruns or any other
tool provide the order of priority of
execution of the programs during the
startup of windows that would also
include the sytem apps in it ?
Any ideas ?
I got the below link regd this -
http://www.windowsreference.com/fre...ck-all-startups-on-your-windows-pc-or-server/
It seems that it shows the entries
in the order Windows processes
them
These programs include those in the
startup folder, Run, RunOnce, and
other Registry keys.
But, not sure if it gives a list of
system apps that get called
in between ( that are out of
user control ) ! Any ideas ?
Karthik Balaguru