![]() |
System Tweaking - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html) +--- Forum: Suggestions for new plugins (http://forum.tordex.com/forum-16.html) +--- Thread: System Tweaking (/thread-2544.html) |
System Tweaking - Gomezie - 11-06-2006 Hi all.. not sure if this has been posted before.. but its my first time here.. so here goes Would be nice to have some plugin that you can use to adjust the services on your computer.. it could be an alternative to services.msc also As above.. something that could tie into MSconfig .. as I like to frequently check my startup entries etc ![]() Thanks - jkdclick - 11-06-2006 How about a shortcut to services.msc? - Yuri Kobets - 11-06-2006 Quote:Would be nice to have some plugin that you can use to adjust the services on your computer.. it could be an alternative to services.mscThank you for suggestion. I'll make this plugin. - Q Section - 11-06-2006 jkdclick Wrote:How about a shortcut to services.msc?Simple to make: Desktop>right-click New>Shortcut and in the field put C:\WINDOWS\system32\services.msc. Now you have a shortcut icon which you can place in your TLB wherever you wish. - Gomezie - 11-08-2006 Oh yeh I know that those shortcuts are more than easy to do.. But truelaunchbar for me isnt just a toolbar tidyup.. Its so much more of a useful tool.. and to have something that can tweak your system in its own way would be fantastic Thats what I was getting at ![]() Theres all sorts of nifty things you could do with this.. For example, alot of people customise which services they have running on startup to minimise system resources.. but then there are programs which rely on those services running in order to execute One example of mine is O+O defrag, or windows defender.. If there was a start favourite services option/menu that would be cool .. you could also have the option/menu perform additional tasks after that service has been started/stopped. Sure I could make my own snap in to do something like this.. but truelaunchbar is the king ![]() - Xyzzy - 11-08-2006 Gomezie Wrote:For example, alot of people customise which services they have running on startup to minimise system resources.. but then there are programs which rely on those services running in order to executeSet startup to automatic. Gomezie Wrote:you could also have the option/menu perform additional tasks after that service has been started/stopped. Like what for example? X. - Gomezie - 11-08-2006 Xyzzy Wrote:Gomezie Wrote:For example, alot of people customise which services they have running on startup to minimise system resources.. but then there are programs which rely on those services running in order to executeSet startup to automatic. your missing the point.. to have the service startup automatically means 15mb of RAM usage from the moment you log in. I am fully aware of how services start and stop etc, so would prefer the ability to tweak that more In my last quote.. one example is I would like to start a service via the truelaunch menu, then once its started the service.. then I could specify it to run an executable after.. In manual terms I would have to go into services then start the program myself.. if this could be done with one hit then it wouldnt be just nice.. but usefull. Please dont take this the wrong way.. but I have only just stumbled across this community and wanted to take part by giving views and suggestions.. I am more than able to perform the above.. but I and others would appreciate some plugin that accomodates these kind of features, and If anything it would do more than just add a string to Truelaunchbar's already impressive bow ![]() - Xyzzy - 11-09-2006 I don't quite follow you. If you don't want set services to Automatic or Manual (strange that Manual doesn't work for you, anyway), why not create a 2 line batch script to run service and then application? Services plugin may be useful for some, I just see simple solution to your problem now. And if 15MB RAM more used bothers you, it's definitely time to upgrade RAM. X. - Q Section - 11-09-2006 Gomezie - Open Notepad and put this there: Code: NET START "WIRELESS ZERO CONFIGURATION" - Gomezie - 11-28-2006 ok cool.. I did know a way around it.. just would be interested to see TLB delve into this kinda of area with plugins.. for novelty if anything ![]() |