Hi there,
I have one more question, i put this file in a folder (rolinrepair) that i place 0n C:\ directory.
Than i open a script and one of de commands i put in with is:
<RUN>
c:\ROLINREPAIR\UAK automation.uvk
but it won't start. I cant figure out what im doing wrong.
* Tried replacing underscores (rolin_repair changed to rolinrepair)
* tried removing spacebars UAK automation to UAKautomation
* tried running it from the desktop (Rolin_repair placed on desktop) with command: %Desktop%\ROLIN_REPAIR\UAK automation.uvk
* tried running it from the desktop (Rolin_repair placed on desktop) with command: %USERPROFILE%\Desktop\ROLIN_REPAIR\UAK automation.uvk
Whole script looks like this:
*****************************************************************
<UVKCommandsScript>
<Run>
msconfig
%windir%\system32\wuapp.exe
C:\Program Files\Internet Explorer\iexplore.exe
http://www.pcrolin.nl/downloads/PCRolin-Helpdesk.exe
<Comment>
Programma's verwijderen vanuit configuratiescherm
<cmdscript>
appwiz.cpl
<Comment>
HITMANPRO
The commands below will download Hitman pro.
They will automatically download the correct file, depending on the Windows architecture.
<UpdateSoftware> -x86
%ThirdParty%\HTMNPro.exe |
http://dl.surfright.nl/HitmanPro.exe
<UpdateSoftware> -x64
%ThirdParty%\HTMNPro.exe |
http://dl.surfright.nl/HitmanPro_x64.exe
<Comment>
The command below will start the scan.
Delete " /quick" (without the quotes) to run a full scan.
Delete " /noupload" to enable upload files.
<Run>
%ThirdParty%\HTMNPro.exe /scan /quick /noupload
;Because sometimes HitmanPro performs an update, which restarts the process,
;we wait 30 seconds and then try to catch its window based in its title and class.
->Sleep(30000)
->WaitWindow(10,[TITLE:HitmanPro; CLASS:CoreForms20.Control])
<UVKCommandsScript>
;Download the Ultra Adware killer version corresponding to the current OS arch
<UpdateSoftware> -x64
%ThirdParty%\UAK64.exe |
http://www.carifred.com/ultra_adware_ki ... ller64.exe
<UpdateSoftware> -x86
%ThirdParty%\UAK32.exe |
http://www.carifred.com/ultra_adware_ki ... Killer.exe
;64 bits automation (Run and start scan)
<Run> -x64
%ThirdParty%\UAK64.exe /NoUpdate
->WaitWindow()
->WaitControl([CLASS:Static; INSTANCE:11])
->ClickControl([CLASS:Static; INSTANCE:11])
;32 bits automation (Run and start scan)
<Run> -x86
%ThirdParty%\UAK32.exe /NoUpdate
->WaitWindow()
->WaitControl([CLASS:Static; INSTANCE:11])
->ClickControl([CLASS:Static; INSTANCE:11])
<RUN>
c:\ROLINREPAIR\2SAS.uvk
c:\ROLINREPAIR\3Mbam
c:\ROLIN_REPAIR\4_TDSKill
c:\ROLINREPAIR\INSTALLS\SystemNinja\PCRolincleanup.exe
c:\ROLINREPAIR\UAK automation.uvk
<Comment>
Nu gaan we de rest updaten
<FixBrowserShortcuts>
<CleanAllUsersTemp>
<CleanupRegistry>
<CleanupJunkFiles>
<UpdateFlash>
<UpdateDirectX>