Order of startup programs...

Well, an Spybot S&D you can prevent programs from booting up at start up. I'm not sure how to switch the order.
 
Here is an idea,
make a DOS Batch File,

Remove all items from "startup" and from msconfig, and just add your batch file to "Startup"

The batch file will be processed in order instead of MS's way of trying to load everything at once.
 
to make a batch file (in other words a dos executable) open up notepad enter in a command that dos would recognise and save it with a .bat extension on the filename.
 
I could say it would go something like this:

::script starts here
@echo off (this turns off the displaying of the commands when they are entered)
start (path) (filename and extension) and just do that for all the files u want to load and it will execute in that order but make sure to save it with the .bat extension.
 
Back
Top Bottom