SHADOW-XIII Posted October 5, 2005 Share Posted October 5, 2005 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) Link to comment https://www.neowin.net/forum/topic/381026-neoautostart/ Share on other sites More sharing options...
insanekiwi Posted October 5, 2005 Share Posted October 5, 2005 why would you use a delayed startup entry? it would only slow down the boot up. Link to comment https://www.neowin.net/forum/topic/381026-neoautostart/#findComment-586625396 Share on other sites More sharing options...
trigger_my_passion Posted October 5, 2005 Share Posted October 5, 2005 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. Link to comment https://www.neowin.net/forum/topic/381026-neoautostart/#findComment-586625452 Share on other sites More sharing options...
SHADOW-XIII Posted October 5, 2005 Author Share Posted October 5, 2005 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 ? Link to comment https://www.neowin.net/forum/topic/381026-neoautostart/#findComment-586626484 Share on other sites More sharing options...
Si Veteran Posted October 5, 2005 Veteran Share Posted October 5, 2005 You can do something like this with a batch file and wait.exe 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 :) When I get some time I may look at coding something up (Y) Link to comment https://www.neowin.net/forum/topic/381026-neoautostart/#findComment-586627506 Share on other sites More sharing options...
CrisCr0ss Posted October 13, 2005 Share Posted October 13, 2005 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. Link to comment https://www.neowin.net/forum/topic/381026-neoautostart/#findComment-586664357 Share on other sites More sharing options...
trigger_my_passion Posted October 14, 2005 Share Posted October 14, 2005 CoolCatBad posted this link to a program which does (kind of) what we are talking about: https://www.neowin.net/forum/index.php?show...ost&p=586660388 Link to comment https://www.neowin.net/forum/topic/381026-neoautostart/#findComment-586669864 Share on other sites More sharing options...
SHADOW-XIII Posted October 14, 2005 Author Share Posted October 14, 2005 thanks trigger_my_passion it seems to be what I wanted, let me test it more ;) Link to comment https://www.neowin.net/forum/topic/381026-neoautostart/#findComment-586670031 Share on other sites More sharing options...
Recommended Posts