Page 1 of 1

Tweaking.com's Tweak.uvk

Posted: Tue May 03, 2016 3:54 pm
by Xander
I've started including this as a way to streamline systems a titch. Finally got around to automating it.

Code: Select all

<UVKCommandsScript>
<UpdateSoftware>
	%installsourcedir%\Third Party\TweakingTweaks.zip | http://www.tweaking.com/files/setups/tweaking.com_simple_system_tweaker_portable.zip

<Run>
%installsourcedir%\Third Party\TweakingTweaks\Simple_System_Tweaker.exe

;<autoitscript>
->WaitWindow(100000, [CLASS:ThunderRT6FormDC;TITLE:Tweaking.com - Simple System Tweaker])
->Sleep(4000)
->ClickWindowPos(473, 466)
->WaitWindow(100000, [CLASS:#32770;TITLE:Tweaking.com - Simple System Tweaker])
->Sleep(1000)
->WaitControl([CLASS:Button; INSTANCE:2])
->ClickControl([CLASS:Button; INSTANCE:2])
->Sleep(1000)
->ClickWindowPos(538, 18)
->CloseProcess(Simple_System_Tweaker.exe)

Re: Tweaking.com's Tweak.uvk

Posted: Mon May 09, 2016 5:21 pm
by wmmiller
Thanks Xander. I’m going to check it out. :)

Re: Tweaking.com's Tweak.uvk

Posted: Tue May 10, 2016 7:21 am
by Muhammad Tasneem
Does it possible to add it in UVK by default....?

Re: Tweaking.com's Tweak.uvk

Posted: Tue May 10, 2016 12:33 pm
by wmmiller
This is really none of my business but I’ve been known to poke my nose in where it doesn’t belong before. Having said that, I’m not so sure I would want to do that if I was Fred. Mostly because Tweaking is basically is a competing application. Not my call but it was my first thought. I think it may better to leave it as an added third party application. Let’s see what Fred thinks.

Bill

Re: Tweaking.com's Tweak.uvk

Posted: Tue May 10, 2016 12:58 pm
by Xander
The Tweaking.com repair kit /might/ be considered a competitor but I don't see it. When I mentioned it last year, an unnamed fanboy here said UVK did as much in repairs but given that Tweaking's app takes 30-60 mins to do its tasks versus 5 minutes for UVK...I can't see how one can claim they do the same repairs.

This .uvk is specifically for their system tweak app to squeeze out a little performance by adjusting non-essentials.

I think it's best to leave it as a separate app. There are a bunch of things that other people might want and I'd rather not see them shoehorned into UVK. The .uvk keeps it modular and automated so it's really all it needs to be and, if someone wanted, they could probably mess with the default settings of it but I've been using it a few months and have never needed to re-set a change its made.

Re: Tweaking.com's Tweak.uvk

Posted: Tue May 10, 2016 1:18 pm
by wmmiller
Good points Xander. I bought a Tweaking.com Pro license a long time ago but forgot about it until you posted this. I used it for some reason one night and decide it seemed like a good project to support but haven’t used it since then. Maybe I should look around again.