> Hi, is there a way to change the order of programs when windows
> starts up? Mindy
Are you asking about programs that start automatically from the
startup folder?
Instead of starting them individually, start all of them from a
single batch file and arrange the lines in the batch file in the
order you want.
You can also start each program in the batch file using the Start
command with the /wait parameter (for more information, from a
command prompt window, issue the command Start /? ) to make the
next program wait for this one to finish.
--
Ken Blake - Microsoft MVP Windows: Shell/User
Please reply to the newsgroup
Yes I'm talking about the programs that start up automatically. I think I
know what you are talking about but could you give me specific steps on how
to create and execute a batch file?
Thanks,
Mindy
"Mindy" <Mi...@discussions.microsoft.com> wrote in message
news:D2BA5637-66F7-40D0...@microsoft.com...
> Hi, is there a way to change the order of programs when windows starts up?
> Mindy
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.737 / Virus Database: 491 - Release Date: 8/11/2004
> Hi Ken,
>
> Yes I'm talking about the programs that start up automatically.
> I
> think I know what you are talking about but could you give me
> specific steps on how to create and execute a batch file?
Sure. Just use Notepad to create a text file. Put the file name
of each program on a separate line in the file, in the order you
want (use the Start parameter if desired). Save the file with a
name like Startup.bat. Put a shortcut to startup.bat in the
Startup folder instead of the individual programs it's replacing.
Number them in your Startup Folder.
--
All the Best,
Kelly
Microsoft-MVP Windows® XP
2004 Windows MVP "Winny" Award
Troubleshooting Windows XP
http://www.kellys-korner-xp.com
"Mindy" <Mi...@discussions.microsoft.com> wrote in message
news:D2BA5637-66F7-40D0...@microsoft.com...
1. ikstray
2. ScanRegistry
3. TaskMonitor
4. SystemTray
5. LoadPowerProfile
6. ccRegVfy
7. ccApp
but the ikstray still isn't starting first? Do I have to put the whole
filenames?
Mindy
These (2-5) are not XP startup files. They relate to Win98 or ME.
--
All the Best,
Kelly
Microsoft-MVP Windows® XP
2004 Windows MVP "Winny" Award
Troubleshooting Windows XP
http://www.kellys-korner-xp.com
"Mindy" <Mi...@discussions.microsoft.com> wrote in message
news:D8F193F5-29A3-46CD...@microsoft.com...