Windows XP Community - XPHeads



Process start-up sequence / Active Synch

microsoft.public.windowsxp.configuration_manage


Reply
  #1 (permalink)  
Old 06-04-2008, 02:35 PM
Peter A
 
Posts: n/a
Process start-up sequence / Active Synch
Can the order in which automatically run programs at start-up can be
adjusted?
My reason for asking is the following problem.

Some months ago I added a Bluetooth USB adapter to my PC to easily be able
to communicate with a Pocket PC (and mobile phone). This worked fine for
some time.
At some stage, however, a problem arose during start-up with MS Active Synch
saying it couldn't open the COM port. The obvious reason for this message
(it seems to me) is that Active Synch is trying to initialize itself (long)
before the Bluetooth management software has configured the software COM
port. It doesn't stop the function from working, but I have to set it up
again after each start-up.

So is there way to either delay loading of MS Active Synch or bringing
forward the loading of the Bluetooth software?

Thanks

--
Peter Aspey
E-mail: replace 6 by p


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-04-2008, 03:00 PM
Ken Blake, MVP
 
Posts: n/a
Re: Process start-up sequence / Active Synch
On Wed, 4 Jun 2008 16:35:25 +0200, "Peter A" <as6ey6j@gmail.com>
wrote:

> Can the order in which automatically run programs at start-up can be
> adjusted?



Start them from a batch file, and invoke the batch file from
the startup folder instead of the individual programs. If you
want starting one to wait until another is finished, use the
Start command with the /wait parameter in the batch file. Type
start /? at a command prompt for more information.


> My reason for asking is the following problem.
>
> Some months ago I added a Bluetooth USB adapter to my PC to easily be able
> to communicate with a Pocket PC (and mobile phone). This worked fine for
> some time.
> At some stage, however, a problem arose during start-up with MS Active Synch
> saying it couldn't open the COM port. The obvious reason for this message
> (it seems to me) is that Active Synch is trying to initialize itself (long)
> before the Bluetooth management software has configured the software COM
> port. It doesn't stop the function from working, but I have to set it up
> again after each start-up.
>
> So is there way to either delay loading of MS Active Synch or bringing
> forward the loading of the Bluetooth software?
>
> Thanks
>
> --
> Peter Aspey
> E-mail: replace 6 by p
>


--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-06-2008, 12:23 PM
Peter A
 
Posts: n/a
Re: Process start-up sequence / Active Synch
O.K., thanks. But...
Presumably, before inserting such a batch file, I need to remove the
existing start command for the app. For the Bluetooth software, this is
easy: it's in the Startup menu. For MS ActiveSync, I suppose I need to
remove the Registry key at
HKCU\Software\Microsoft\Windows\CurrentVersion\Run . I suppose this is safe?
Peter


"Ken Blake, MVP" <kblake@this.is.an.invalid.domain> wrote in message
news:udbd44p43vc0htnqvj9li4lm7gqber4f5g@4ax.com...
> On Wed, 4 Jun 2008 16:35:25 +0200, "Peter A" <as6ey6j@gmail.com>
> wrote:
>
>> Can the order in which automatically run programs at start-up can be
>> adjusted?

>
>
> Start them from a batch file, and invoke the batch file from
> the startup folder instead of the individual programs. If you
> want starting one to wait until another is finished, use the
> Start command with the /wait parameter in the batch file. Type
> start /? at a command prompt for more information.
>
>
>> My reason for asking is the following problem.
>>
>> Some months ago I added a Bluetooth USB adapter to my PC to easily be
>> able
>> to communicate with a Pocket PC (and mobile phone). This worked fine for
>> some time.
>> At some stage, however, a problem arose during start-up with MS Active
>> Synch
>> saying it couldn't open the COM port. The obvious reason for this message
>> (it seems to me) is that Active Synch is trying to initialize itself
>> (long)
>> before the Bluetooth management software has configured the software COM
>> port. It doesn't stop the function from working, but I have to set it up
>> again after each start-up.
>>
>> So is there way to either delay loading of MS Active Synch or bringing
>> forward the loading of the Bluetooth software?
>>
>> Thanks
>>
>> --
>> Peter Aspey
>> E-mail: replace 6 by p
>>

>
> --
> Ken Blake, Microsoft MVP - Windows Desktop Experience
> Please Reply to the Newsgroup



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-06-2008, 03:45 PM
Ken Blake, MVP
 
Posts: n/a
Re: Process start-up sequence / Active Synch
On Fri, 6 Jun 2008 14:23:47 +0200, "Peter A" <as6ey6j@gmail.com>
wrote:

> O.K., thanks.



You're welcome. Glad to help.


> But...
> Presumably, before inserting such a batch file, I need to remove the
> existing start command for the app. For the Bluetooth software, this is
> easy: it's in the Startup menu. For MS ActiveSync, I suppose I need to
> remove the Registry key at
> HKCU\Software\Microsoft\Windows\CurrentVersion\Run . I suppose this is safe?




Yes, you can do it that way, or you can use a tool like the MSCONFIG
command to do it for you. The latter is somewhat safer than a direct
registry edit.



> "Ken Blake, MVP" <kblake@this.is.an.invalid.domain> wrote in message
> news:udbd44p43vc0htnqvj9li4lm7gqber4f5g@4ax.com...
> > On Wed, 4 Jun 2008 16:35:25 +0200, "Peter A" <as6ey6j@gmail.com>
> > wrote:
> >
> >> Can the order in which automatically run programs at start-up can be
> >> adjusted?

> >
> >
> > Start them from a batch file, and invoke the batch file from
> > the startup folder instead of the individual programs. If you
> > want starting one to wait until another is finished, use the
> > Start command with the /wait parameter in the batch file. Type
> > start /? at a command prompt for more information.
> >
> >
> >> My reason for asking is the following problem.
> >>
> >> Some months ago I added a Bluetooth USB adapter to my PC to easily be
> >> able
> >> to communicate with a Pocket PC (and mobile phone). This worked fine for
> >> some time.
> >> At some stage, however, a problem arose during start-up with MS Active
> >> Synch
> >> saying it couldn't open the COM port. The obvious reason for this message
> >> (it seems to me) is that Active Synch is trying to initialize itself
> >> (long)
> >> before the Bluetooth management software has configured the software COM
> >> port. It doesn't stop the function from working, but I have to set it up
> >> again after each start-up.
> >>
> >> So is there way to either delay loading of MS Active Synch or bringing
> >> forward the loading of the Bluetooth software?
> >>
> >> Thanks
> >>
> >> --
> >> Peter Aspey
> >> E-mail: replace 6 by p
> >>

> >
> > --
> > Ken Blake, Microsoft MVP - Windows Desktop Experience
> > Please Reply to the Newsgroup

>


--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:54 PM.








Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74