Reply to this topic Topic Options
NeoAutostart
SHADOW-XIII
Post #1 Oct 5 2005, 07:11


Embrace Your Dreams
Group Icon

Group: Registered
Posts: 397
Joined: 25-August 05
From: London
Member No.: 125,432
This is actually an idea (yet) that I may done (if I managed to have some free time)

I do not like to have autostart programs in registry, I move most of them into MenuStart\Programs\Autostart
but the main problem is that computer (especially poor ones) slows much when there are many programs, because the run just one after another

so the idea is to create program where you will be able to set links to programs and waiting time between autostarts of them
(for example then in autostart you put 1 link to the program that runs all other with a pause time between running)
Profile Card PM + Reply to Post Go to the top of the page

Log In or Register · Advertise on Neowin
insanekiwi
Post #2 Oct 5 2005, 07:17


local know-it-all idiot
Group Icon

Group: Registered
Posts: 25,341
Joined: 22-March 02
From: Kanzem, Germany
Member No.: 10,955
why would you use a delayed startup entry? it would only slow down the boot up.
Profile Card PM + Reply to Post Go to the top of the page Email Poster
trigger_my_passi...
Post #3 Oct 5 2005, 07:48


Sri
Group Icon

Group: Registered
Posts: 2,077
Joined: 20-October 03
From: Bangalore, India
Member No.: 38,214
He wasn's talking about delayed startup entry. He was talking about having only one program auto start with windows and that program launching user desired programs one at a time at the set time interval between each. Such an app would be nice.
Profile Card PM + Reply to Post Go to the top of the page Email Poster
SHADOW-XIII
Post #4 Oct 5 2005, 13:46


Embrace Your Dreams
Group Icon

Group: Registered
Posts: 397
Joined: 25-August 05
From: London
Member No.: 125,432
it's more like trigger_my_passion said
if too many apps starts the same time then it's killing your PC ... why not start some of them few seconds later that others ?
Profile Card PM + Reply to Post Go to the top of the page
Si
Post #5 Oct 5 2005, 17:37


Neowinian ULTRAKILL
Group Icon
Group Icon

Group: Global Moderator
Posts: 11,349
Joined: 9-April 03
From: UK
Member No.: 25,729
You can do something like this with a batch file and wait.exe

CODE
start c:\windows\notepad.exe
wait 5000
start c:\windows\sol.exe
wait 1000
start c:\windows\system32\shutdown.exe -r


I will attach it here smile.gif

When I get some time I may look at coding something up thumbs_up.gif
Profile Card PM + Reply to Post Go to the top of the page
CrisCr0ss
Post #6 Oct 13 2005, 02:18


Resident Elite
Group Icon

Group: Registered
Posts: 1,559
Joined: 22-February 05
From: Toronto
Member No.: 97,802
this is actually intresting it can help with certain things such as du meter, winpatrol and the mini apps.. which can load up like 1 min after boot which imo isnt bad at all.
Profile Card PM + Reply to Post Go to the top of the page Email Poster
trigger_my_passi...
Post #7 Oct 14 2005, 09:46


Sri
Group Icon

Group: Registered
Posts: 2,077
Joined: 20-October 03
From: Bangalore, India
Member No.: 38,214
CoolCatBad posted this link to a program which does (kind of) what we are talking about: http://www.neowin.net/forum/index.php?show...ost&p=586660388
Profile Card PM + Reply to Post Go to the top of the page Email Poster
SHADOW-XIII
Post #8 Oct 14 2005, 11:24


Embrace Your Dreams
Group Icon

Group: Registered
Posts: 397
Joined: 25-August 05
From: London
Member No.: 125,432
thanks trigger_my_passion it seems to be what I wanted, let me test it more wink.gif
Profile Card PM + Reply to Post Go to the top of the page
« Older · Software created by our members · Newer »
 Reply to this topic