task startup sequence

  • Thread starter Thread starter Wilfried
  • Start date Start date
W

Wilfried

Does anyone know of a way to define the sequence in which
tasks start in Windows XP? Eg. I want to ensure that my
firewall software starts before my internet connection is
established etc. Is there a way to order that permanently?
 
Wilfried said:
Does anyone know of a way to define the sequence in which
tasks start in Windows XP? Eg. I want to ensure that my
firewall software starts before my internet connection is
established etc. Is there a way to order that permanently?

Write a batch file with the startup commands and put a shortcut for
the batch file into the STARTUP subfolder of the Start Menu. Remove
all other links from the startup settings.
For the batch file you may want to use the START command to start your
applications. Type
START /?
at a DOS prompt for details.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top