Tordex Community

Full Version: System Tweaking
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 Smile

Thanks
How about a shortcut to services.msc?
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.msc
Thank you for suggestion. I'll make this plugin.
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.
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 Smile

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 Big Grin
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 execute
Set 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.
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 execute
Set 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.

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 Smile
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.
Gomezie - Open Notepad and put this there:
Code:
NET START "WIRELESS ZERO CONFIGURATION"
RUN yourapplication.exe
Save the file as somename.bat. Now you can create a desktop shortcut to it and drag the newly created shortcut to your TLB. Will this work for you? This is an example of what we believe you want to accomplish.
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 Smile