System booster as a UVK command

You need help to start using UVK? You have a doubt on a UVK feature? Post here!
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
pcrolin
Posts: 15
Joined: Fri Oct 03, 2014 3:26 pm

System booster as a UVK command

Post by pcrolin »

Hello there,

I want to start System Booster in a UVK script like ....
<RUN>
"%Desktop%\ROLINREPAIR\INSTALLS\MBam.uvk" -auto

or.... like...
<UpdateDirectX>

I cant figure it out.
Thx in advanced
Fred
Site Admin
Posts: 2357
Joined: Sat Jul 30, 2011 12:05 pm
Location: Red coast, France
Contact:

Re: System booster as a UVK command

Post by Fred »

Hey PCRolin.

Here's what you need:

<CleanupRegistry>
<CleanupJunkFiles>
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.

Fred
pcrolin
Posts: 15
Joined: Fri Oct 03, 2014 3:26 pm

Re: System booster as a UVK command

Post by pcrolin »

Ok Thanks Fred.
pcrolin
Posts: 15
Joined: Fri Oct 03, 2014 3:26 pm

Re: System booster as a UVK command

Post by pcrolin »

Fred,

How can i fix/run a XXX.uvk automaticly.
i tryd
%Desktop%\ROLINREPAIR\INSTALLS\"MBam.uvk" -Passive
&
%Desktop%\ROLINREPAIR\INSTALLS\"MBam.uvk" /Passive
&
%Desktop%\ROLINREPAIR\INSTALLS\"MBam.uvk" /auto
&
%Desktop%\ROLINREPAIR\INSTALLS\"MBam.uvk" -auto

I would like this to work just like you are scripting in Log Analyzer and can choose for 'file run script (auto) F6
Fred
Site Admin
Posts: 2357
Joined: Sat Jul 30, 2011 12:05 pm
Location: Red coast, France
Contact:

Re: System booster as a UVK command

Post by Fred »

Hi pcrolin.

It is better to use the old method, just in case the file association hasn't been corrupted.
Didn't test, but this should work.

Code: Select all

<Run>
"%UVKExe%" -ReadFile "%Desktop%\ROLINREPAIR\INSTALLS\MBam.uvk" -Passive
or

Code: Select all

<Run>
"%UVKExe%" -ReadFile "%Desktop%\ROLINREPAIR\INSTALLS\MBam.uvk" -Auto
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.

Fred
Post Reply