• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Boot-up sequence

P

PSRumbagh

Flightless Bird
Can I control the order in which programs are loaded during boot-up?
 
P

Pegasus [MVP]

Flightless Bird
"PSRumbagh" <PSRumbagh@discussions.microsoft.com> said this in news item
news:C96F1F1D-F49A-483E-997D-A75EB2C0E644@microsoft.com...
> Can I control the order in which programs are loaded during boot-up?


Yes - by placing each of them into a batch file, in the desired order.
 
D

DL

Flightless Bird
With a third party tool, or by creating a batch file to start up the
programs, as apposed to having them autostart
The Q being why?

"PSRumbagh" <PSRumbagh@discussions.microsoft.com> wrote in message
news:C96F1F1D-F49A-483E-997D-A75EB2C0E644@microsoft.com...
> Can I control the order in which programs are loaded during boot-up?
 
J

Jose

Flightless Bird
On Feb 10, 9:54 pm, PSRumbagh <PSRumb...@discussions.microsoft.com>
wrote:
> Can I control the order in which programs are loaded during boot-up?  


There are some ways to control this.

The best recommendation will follow a description of the issue you are
trying to resolve and why you think you need to do this, if of course
it is not an intrusion on your privacy.

What issues do you see that you think starting things in a different
order will resolve?

What things are not normally in a good order?

What would a better order be?

If you could change the order what would you change?
 
2

20100211

Flightless Bird
"DL" <notvalid@spoofaddress.co.uk> wrote in message
news:%23$INW3vqKHA.4636@TK2MSFTNGP06.phx.gbl...

> The Q being why?
>

To make jobless drug junkies like you worry about everything and to keep you
guys busy so that trouble on our streets is kept to a minimum.

Get a job boy and stop scrounging our benefit system.
..
hth
 
K

Ken Blake, MVP

Flightless Bird
On Wed, 10 Feb 2010 18:54:01 -0800, PSRumbagh
<PSRumbagh@discussions.microsoft.com> wrote:

> Can I control the order in which programs are loaded during boot-up?



Yes. Load them from a batch file, putting them in the order you want
them within the batch file.

--
Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
Please Reply to the Newsgroup
 
T

Twayne

Flightless Bird
In news:i698n590pl72hmrs4rltd73bpq9e79i8s1@4ax.com,
Ken Blake, MVP <kblake@this.is.an.invalid.domain> typed:
> On Wed, 10 Feb 2010 18:54:01 -0800, PSRumbagh
> <PSRumbagh@discussions.microsoft.com> wrote:
>
>> Can I control the order in which programs are loaded during boot-up?

>
>
> Yes. Load them from a batch file, putting them in the order you want
> them within the batch file.


What mechanism would you use to keep them from loading into the System Tray,
etc., so that the batch file could run and do its suggested job?

Twayne


--
--
Life is the only real counselor; wisdom unfiltered
through personal experience does not become a
part of the moral tissue.
 
D

db

Flightless Bird
you can always utilize
the three hierarchy's
in windows to launch
programs.

firstly, you can use
the msconfig to enable
which programs to
start at boot time.

secondly, you can then
use the startup folder
to launch the next set
of programs.

thirdly, you can then
launch the third set
of programs manually.

--

db·´¯`·...¸><)))º>
DatabaseBen, Retired Professional
- Systems Analyst
- Database Developer
- Accountancy
- Veteran of the Armed Forces
- Microsoft Partner
- @hotmail.com
~~~~~~~~~~"share the nirvana" - dbZen

>
>


"PSRumbagh" <PSRumbagh@discussions.microsoft.com> wrote in message news:C96F1F1D-F49A-483E-997D-A75EB2C0E644@microsoft.com...
> Can I control the order in which programs are loaded during boot-up?
 
L

Lem

Flightless Bird
Twayne wrote:
> In news:i698n590pl72hmrs4rltd73bpq9e79i8s1@4ax.com,
> Ken Blake, MVP <kblake@this.is.an.invalid.domain> typed:
>> On Wed, 10 Feb 2010 18:54:01 -0800, PSRumbagh
>> <PSRumbagh@discussions.microsoft.com> wrote:
>>
>>> Can I control the order in which programs are loaded during boot-up?

>>
>>
>> Yes. Load them from a batch file, putting them in the order you want
>> them within the batch file.

>
> What mechanism would you use to keep them from loading into the System
> Tray, etc., so that the batch file could run and do its suggested job?
>
> Twayne
>
>

Remove the corresponding entries from their current locations (which may
not always be the best idea). See
http://www.bleepingcomputer.com/tutorials/tutorial44.html


--
Lem

Apollo 11 - 40 years ago:
http://www.nasa.gov/mission_pages/apollo/40th/index.html
 
S

SC Tom

Flightless Bird
"PSRumbagh" <PSRumbagh@discussions.microsoft.com> wrote in message
news:C96F1F1D-F49A-483E-997D-A75EB2C0E644@microsoft.com...
> Can I control the order in which programs are loaded during boot-up?


Along with what the others have suggested, if you're having a problem with a
particular program loading too soon, there's a nice little program called
Startup Delayer (
http://www.r2.com.au/software.php?page=2&show=startdelay ). Although it's
not listed, it also works fine in Windows7. I use it to delay two different
programs on my notebook that were giving me errors when they started
together.
--
SC Tom
 
Top