Tweaking.com's Tweak.uvk

Post tutorials and script examples in this forum.
Forum rules
We have no special rules for UVK forums. Just try to be polite and clear in your posts.
Please don't post spam in this forum. Spammers will be banned by IP, e-mail and username.
We reserve the right to delete all posts and ban all users we consider not having respected these rules without warning.
Post Reply
Xander
Posts: 438
Joined: Sun May 24, 2015 11:55 pm
Contact:

Tweaking.com's Tweak.uvk

Post 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)
wmmiller
Posts: 1098
Joined: Fri Dec 07, 2012 6:02 am
Location: Minnesota, USA

Re: Tweaking.com's Tweak.uvk

Post by wmmiller »

Thanks Xander. I’m going to check it out. :)
Play stupid games….win stupid prizes
Muhammad Tasneem
Posts: 115
Joined: Thu Sep 17, 2015 10:48 am

Re: Tweaking.com's Tweak.uvk

Post by Muhammad Tasneem »

Does it possible to add it in UVK by default....?
wmmiller
Posts: 1098
Joined: Fri Dec 07, 2012 6:02 am
Location: Minnesota, USA

Re: Tweaking.com's Tweak.uvk

Post 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
Play stupid games….win stupid prizes
Xander
Posts: 438
Joined: Sun May 24, 2015 11:55 pm
Contact:

Re: Tweaking.com's Tweak.uvk

Post 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.
wmmiller
Posts: 1098
Joined: Fri Dec 07, 2012 6:02 am
Location: Minnesota, USA

Re: Tweaking.com's Tweak.uvk

Post 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.
Play stupid games….win stupid prizes
Post Reply