Jump to content

Boot up order


Recommended Posts

Guest General Mailbox
Posted

Greetings,

Is there a way to have XP startup programs, from a cold or warm boot, in a

fashion a user can designate? I think with all the programs & processes

that get turned on at the initial start up, it's causing the computer to

take longer to boot. Meaning to say that requests are made of the processor

to turn on several things simultaneously and bogs it down. I would like to

have my firewall and AV pgm turned on before other non-urgent processes.

And I would like to see them sent in an order giving time for the preceeding

process to finish loading before going onto the next. Thanks!

B.rgds,

Kevin

  • Replies 5
  • Created
  • Last Reply
Posted

Re: Boot up order

 

Startup Delayer

http://www.r2.com.au/software.php?page=2&show=startdelay

 

JS

 

"General Mailbox" <nospampls@home.net> wrote in message

news:9rwyi.88439$kK1.78604@newsfe14.phx...

> Greetings,

> Is there a way to have XP startup programs, from a cold or warm boot, in a

> fashion a user can designate? I think with all the programs & processes

> that get turned on at the initial start up, it's causing the computer to

> take longer to boot. Meaning to say that requests are made of the

> processor to turn on several things simultaneously and bogs it down. I

> would like to have my firewall and AV pgm turned on before other

> non-urgent processes. And I would like to see them sent in an order giving

> time for the preceeding process to finish loading before going onto the

> next. Thanks!

> B.rgds,

> Kevin

>

Guest Poprivet
Posted

Re: Boot up order

 

JS wrote:

> Startup Delayer

> http://www.r2.com.au/software.php?page=2&show=startdelay

>

> JS

>

> "General Mailbox" <nospampls@home.net> wrote in message

> news:9rwyi.88439$kK1.78604@newsfe14.phx...

>> Greetings,

>> Is there a way to have XP startup programs, from a cold or warm

>> boot, in a fashion a user can designate? I think with all the

>> programs & processes that get turned on at the initial start up,

>> it's causing the computer to take longer to boot. Meaning to say

>> that requests are made of the processor to turn on several things

>> simultaneously and bogs it down. I would like to have my firewall

>> and AV pgm turned on before other non-urgent processes. And I would

>> like to see them sent in an order giving time for the preceeding

>> process to finish loading before going onto the next. Thanks!

>> B.rgds,

>> Kevin

 

That will only increase your boot times; better to get ntregopt and run it

against your registry; all it does is rearrange it for best boot times.

Stopping all the parallel operations though is going to consume lots more

time.

Posted

Re: Boot up order

 

You are right it does increase boot time but it also allows you to space out

the points in time that an app loads.

Although I no longer use it at one point in time I did because I had two

apps that clobbered each other most of the time resulting in one of the two

failing to load and run. Spacing them out (adding delay between the two apps

solved this but increased the boot time as you mentioned).

 

Now I just load one of the two during logon and the other I start manually

after all the other apps have finished loading.

 

JS

 

"Poprivet" <poprivet@devnull.spamcop.net> wrote in message

news:OHpRAWM5HHA.3400@TK2MSFTNGP03.phx.gbl...

> JS wrote:

>> Startup Delayer

>> http://www.r2.com.au/software.php?page=2&show=startdelay

>>

>> JS

>>

>> "General Mailbox" <nospampls@home.net> wrote in message

>> news:9rwyi.88439$kK1.78604@newsfe14.phx...

>>> Greetings,

>>> Is there a way to have XP startup programs, from a cold or warm

>>> boot, in a fashion a user can designate? I think with all the

>>> programs & processes that get turned on at the initial start up,

>>> it's causing the computer to take longer to boot. Meaning to say

>>> that requests are made of the processor to turn on several things

>>> simultaneously and bogs it down. I would like to have my firewall

>>> and AV pgm turned on before other non-urgent processes. And I would

>>> like to see them sent in an order giving time for the preceeding

>>> process to finish loading before going onto the next. Thanks!

>>> B.rgds,

>>> Kevin

>

> That will only increase your boot times; better to get ntregopt and run it

> against your registry; all it does is rearrange it for best boot times.

> Stopping all the parallel operations though is going to consume lots more

> time.

>

Guest Poprivet
Posted

Re: Boot up order

 

JS wrote:

> You are right it does increase boot time but it also allows you to

> space out the points in time that an app loads.

> Although I no longer use it at one point in time I did because I had

> two apps that clobbered each other most of the time resulting in one

> of the two failing to load and run. Spacing them out (adding delay

> between the two apps solved this but increased the boot time as you

> mentioned).

> Now I just load one of the two during logon and the other I start

> manually after all the other apps have finished loading.

>

> JS

>

> "Poprivet" <poprivet@devnull.spamcop.net> wrote in message

> news:OHpRAWM5HHA.3400@TK2MSFTNGP03.phx.gbl...

>> JS wrote:

>>> Startup Delayer

>>> http://www.r2.com.au/software.php?page=2&show=startdelay

>>>

>>> JS

>>>

>>> "General Mailbox" <nospampls@home.net> wrote in message

>>> news:9rwyi.88439$kK1.78604@newsfe14.phx...

>>>> Greetings,

>>>> Is there a way to have XP startup programs, from a cold or warm

>>>> boot, in a fashion a user can designate? I think with all the

>>>> programs & processes that get turned on at the initial start up,

>>>> it's causing the computer to take longer to boot. Meaning to say

>>>> that requests are made of the processor to turn on several things

>>>> simultaneously and bogs it down. I would like to have my firewall

>>>> and AV pgm turned on before other non-urgent processes. And I would

>>>> like to see them sent in an order giving time for the preceeding

>>>> process to finish loading before going onto the next. Thanks!

>>>> B.rgds,

>>>> Kevin

>>

>> That will only increase your boot times; better to get ntregopt and

>> run it against your registry; all it does is rearrange it for best

>> boot times. Stopping all the parallel operations though is going to

>> consume lots more time.

 

ntregopt (sysinternals, now owned by MS) can work that out easily for you.

Basically it optimizes the registry for fastest load sequencing.

 

HTH

Pop`

Posted

Re: Boot up order

 

Thanks, I'll take a look.

 

JS

 

"Poprivet" <poprivet@devnull.spamcop.net> wrote in message

news:%234b8CJe5HHA.4928@TK2MSFTNGP05.phx.gbl...

> JS wrote:

>> You are right it does increase boot time but it also allows you to

>> space out the points in time that an app loads.

>> Although I no longer use it at one point in time I did because I had

>> two apps that clobbered each other most of the time resulting in one

>> of the two failing to load and run. Spacing them out (adding delay

>> between the two apps solved this but increased the boot time as you

>> mentioned).

>> Now I just load one of the two during logon and the other I start

>> manually after all the other apps have finished loading.

>>

>> JS

>>

>> "Poprivet" <poprivet@devnull.spamcop.net> wrote in message

>> news:OHpRAWM5HHA.3400@TK2MSFTNGP03.phx.gbl...

>>> JS wrote:

>>>> Startup Delayer

>>>> http://www.r2.com.au/software.php?page=2&show=startdelay

>>>>

>>>> JS

>>>>

>>>> "General Mailbox" <nospampls@home.net> wrote in message

>>>> news:9rwyi.88439$kK1.78604@newsfe14.phx...

>>>>> Greetings,

>>>>> Is there a way to have XP startup programs, from a cold or warm

>>>>> boot, in a fashion a user can designate? I think with all the

>>>>> programs & processes that get turned on at the initial start up,

>>>>> it's causing the computer to take longer to boot. Meaning to say

>>>>> that requests are made of the processor to turn on several things

>>>>> simultaneously and bogs it down. I would like to have my firewall

>>>>> and AV pgm turned on before other non-urgent processes. And I would

>>>>> like to see them sent in an order giving time for the preceeding

>>>>> process to finish loading before going onto the next. Thanks!

>>>>> B.rgds,

>>>>> Kevin

>>>

>>> That will only increase your boot times; better to get ntregopt and

>>> run it against your registry; all it does is rearrange it for best

>>> boot times. Stopping all the parallel operations though is going to

>>> consume lots more time.

>

> ntregopt (sysinternals, now owned by MS) can work that out easily for you.

> Basically it optimizes the registry for fastest load sequencing.

>

> HTH

> Pop`

>

>


×
×
  • Create New...