Next Generation Emulation banner

Delaying individual apps at startup?

875 Views 7 Replies 5 Participants Last post by  Cid Highwind
Some time ago I read about an application that would allow you to specify a delay for every single application that will start with Windows. The reasoning behind it is that because of everything having to be loaded at the same time your harddrive becomes the limiting factor. There's quite the gain in responsiveness to be had with something like this from what the article said.

I was wondering if any of you have experience with such apps and what you'd recommend for me. Mostly because I do have my share of apps running:

- ATi CCC (default)
- MSN Messenger (not mandatory, but convenient since I often log in)
- Xfi Mode Changer (soundcard related, mandatory for Xfi users)
- Logitech SetPoint (for my mouse)
- Kapersky AV/Firewall
- Folding @ Home (duh)
- Daemon Tools
- ATi Tray Tools
- Linksys Wireless thingie

That's just in the tray launching with Windows, and it doesn't include stuff like Diskeeper that runs in the background (even though those apps are limited).

I would definitely like to have stuff like MSN, Xfi Mode Changer, Folding and Daemon tools load with 10 seconds difference if it means having superior responsiveness of my system.
1 - 1 of 8 Posts
Here is an app like that Cid.

Download Delay Run - A small program that will delay the startup of programs - Softpedia

The Delay Run application was designed to be a small program that will delay the startup of programs. How could this be helpful? I've found that sometimes I want to have some programs loaded in memory, but I don't want them to be executed right away. Usually one wants to have control of the computer as soon as possible without having to wait for a dozen of little utilities to be loaded first.

It is required that the file delayrun.ini is in the same folder as the main executable. I recommend to copy both files (delayrun.exe and delayrun.ini) to your windows directory (usually c:windows or c:winnt)

The format of the file is simple, but strict:

The first line indicates the number of seconds the program must wait before launching programs.

After the first line, each program must be specified in a group of 3 lines:
Program_file
Program_path
Parameters

For example, a valid delayrun.ini file is

60 seconds before launching programs
c: program filesmyprog.exe program 1 (filename)
c: program 1 (path)
program 1 (parameters)
c:windowssystem32calc.exe program 2 (filename)
program 2 (path)
program 2 (parameters)
c:windows
otepad.exe program 3 (filename)
c:windows program 3 (path)
c:my documentsmydoc.txt program 3 (parameters)
Hope it works for you.
1 - 1 of 8 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top