Sequencing Startup programs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to start a particular program before some others when starting Windows.
Can this be done?
 
Items in the Startup folder are listed alphbetically and are started in that
order. You could 'rename' them such that they are listed as: 01 Name, 02
Name, 03 Name, etc
 
You could also write a batch file that would start each program in
sequence with a pause between them, or even without a pause. Then place
this batch file in the startup folder.
 
JJF1312 said:
I need to start a particular program before some others when starting
Windows. Can this be done?


If they are starting from shortcuts in the startup folder, write a batch
file and include the name of each program as a line in the batch file, in
the order you want them. Then put a shortcut to the batch file in the
startup folder instead of the shortcuts to the programs themselves.
 
Back
Top