Starup - Loading Specific Prgm In a Spefic order.

  • Thread starter Thread starter Chad
  • Start date Start date
C

Chad

When I login in on WINXP HE, I want my profile to load my
Wireless network card first instead of all the other
programs... Is this possible? If so how can I make it
happen?

I am using the Windows function to handle my wireless
PMCI Card.

Any and all Help would be appreciated.

Thanks,
Chad...
 
When I login in on WINXP HE, I want my profile to load my
Wireless network card first instead of all the other
programs... Is this possible? If so how can I make it
happen?
I am using the Windows function to handle my wireless
PMCI Card.

The startup axis has many, many runpoints. The system-wide ones run
before login, and the per-user ones run after login. The RunServices
tend to run before Run. Trouble is, once Windows runs, everything
multitasks - you may start a task "early" in the startup axis, and
find that subsequently-launched tasks pass it and finish first.

I know that one of the registry Runxxx keys enforces a serialization,
but I can't recall which - may be RunOnceEx or something equally
arcane. The more usual approach is to force serialization by
harnessing the Start /W functionality of .BAT files


--------------- ----- ---- --- -- - - -
Poor managers blame their fools
 
Back
Top