Delaying Start Up Items

Associate
Joined
15 Feb 2010
Posts
474
I would like to delay some start up items for 1 and 2 minutes; how can i do this. I know there are 3rd party applications but i would rather avoid them since its another program that runs on start up and kind of defeats the purpose of speeding up my boot times; besides they seem to cost and am looking for free methods; thanks
 
I can't advise on doing it automatically, but if you aren't bothered about them booting straight away why not just boot them manually when you need them?

Depending on what the programs are I can't see any speed benefit of waiting 1-2 mins before loading them.
 
How about using Task Scheduler?

I've used it in the past to delay the startup of certain programs (when they've needed something else loaded first). You can trigger the app to run from a startup / logon event and then add a delay the start - the preset times 7/Vista offers are okay most of the time, but I think you can type any value you like into the delay box :)
 
I cannot seem to find that task scheduler program'; is it within windows? I am using 7 by the way

I do recall some settings within windows that you could select a time frame to delay certain items, may be the registry or something but i cannot remember where or how to get there
 
Disable them in msconfig and then pop a VBS in your Startup folder which runs them all. Add a small 30 sec or 60 sec wait at the top of it, simple

Gimme a shout if you want a few lines of code for it
 
You shouldn't use MSCONFIG for long-term changes. Delete their startup entries in the registry [you can use Autoruns or CCleaner if you want a full list of startup items, without the need to go to different places in your registry].
 
Basically i have programs that i use daily so need to start up but don't need them straight away; like calendars, and SECONDARY security programs etc; i let my AV start up like normal. I like fast boot times but that is not the only thing; i sometimes get failed start ups; or some glitch that means i have to restart. So i want windows 7, av, firewall to load normally then everything else after a minute
 
Fire up Task Scheduler and create a task with details of the program you want to delay.

Under the triggers tab, set 'begin the task' 'At log on' or 'At Startup'

At the bottom of the triggers tab there's an advanced section, check 'Delay task for:' and enter a value - this can be anything, you can type your own values in if the presets don't match what you want.

Also take a quick look at the conditions and settings tabs too, if you want to fine tune anything else.
 
Back
Top Bottom