Page 1 of 1

System booster as a UVK command

Posted: Wed Jul 22, 2015 5:18 pm
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

Re: System booster as a UVK command

Posted: Wed Jul 22, 2015 5:45 pm
by Fred
Hey PCRolin.

Here's what you need:

<CleanupRegistry>
<CleanupJunkFiles>

Re: System booster as a UVK command

Posted: Thu Jul 23, 2015 12:56 pm
by pcrolin
Ok Thanks Fred.

Re: System booster as a UVK command

Posted: Thu Jul 23, 2015 1:32 pm
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

Re: System booster as a UVK command

Posted: Thu Jul 23, 2015 2:28 pm
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