PC Review


Reply
Thread Tools Rate Thread

how to delay invocation of the program in Startup group by N seconds?

 
 
viki
Guest
Posts: n/a
 
      15th Apr 2008
What is simple way to delay invocation of the program in Startup group
(Start->Programs->Startup) by N seconds after login ? I am not talking
about
delaying all Startup program by N, but separate N per program. Let's
say
I want to space execution of my Startup items by 30 seconds from each
other,
rather then firing all simultaneously.

Anything builtin/registry, or some simple free utility ?

Thanks
Viki
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      15th Apr 2008

"viki" <(E-Mail Removed)> wrote in message
news:4e2666be-a5ea-4dd0-8bc8-(E-Mail Removed)...
> What is simple way to delay invocation of the program in Startup group
> (Start->Programs->Startup) by N seconds after login ? I am not talking
> about
> delaying all Startup program by N, but separate N per program. Let's
> say
> I want to space execution of my Startup items by 30 seconds from each
> other,
> rather then firing all simultaneously.
>
> Anything builtin/registry, or some simple free utility ?
>
> Thanks
> Viki


Instead of invoking program xxx directly, invoke it from
within a batch file that you place into the startup folder:
@echo off
ping localhost -n 60 > nul
"c:\program files\Some Folder\xxx.exe"


 
Reply With Quote
 
3c273
Guest
Posts: n/a
 
      15th Apr 2008
You might try Startup Delayer.
http://www.r2.com.au/software.php?pa...how=startdelay
Louis

"viki" <(E-Mail Removed)> wrote in message
news:4e2666be-a5ea-4dd0-8bc8-(E-Mail Removed)...
> What is simple way to delay invocation of the program in Startup group
> (Start->Programs->Startup) by N seconds after login ? I am not talking
> about
> delaying all Startup program by N, but separate N per program. Let's
> say
> I want to space execution of my Startup items by 30 seconds from each
> other,
> rather then firing all simultaneously.
>
> Anything builtin/registry, or some simple free utility ?
>
> Thanks
> Viki



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delay Program Launch From Startup Menu Tecknomage Windows XP General 3 12th Feb 2009 05:50 PM
Startup program group Timbo12 Windows XP General 5 20th Jan 2009 06:00 PM
Outlook 2003 Addin 15 seconds startup delay on terminal server Sander Kooij Microsoft Outlook Program Addins 0 2nd Mar 2007 12:11 PM
How to Identify Program Causing Startup Delay =?Utf-8?B?SmFjayBNaWxscw==?= Windows XP Performance 8 24th Nov 2004 11:17 AM
Need to delay a startup program ... Windows XP General 2 19th Jul 2004 06:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:15 PM.