Page 1 of 1

fRequEnCy's UVK Script Collection

Posted: Fri Feb 17, 2012 9:50 pm
by fRequEnCy
Here is a collection of my UVK script examples. I hope you find them useful. This will be a continuous project. If you have any requests or suggestions then please feel free to post.

Table of Contents
  • Remove Malwarebytes Anti-Malware from any system (32 or 64 bits

Code: Select all

<UVKCommandsScript>

<Comment>

This script uninstalls MalwareBytes Anti-Malware

<RunWait>

%ProgramFiles(x86)%\Malwarebytes Anti-Malware\unins000.exe /silent

Re: fRequEnCy's UVK Script Collection

Posted: Sun Mar 22, 2015 4:43 am
by wrc559
I dont get it

<Comment>

This script uninstalls MalwareBytes Anti-Malware from 32-bit&64-bit system.

<Run>
%ProgramFiles%\Malwarebytes' Anti-Malware\unins000.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES
<Run>
%ProgramFiles(x86)%\Malwarebytes' Anti-Malware\unins000.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES



---------

2015/03/22 14:42:19 Running %ProgramFiles%\Malwarebytes' Anti-Malware\unins000.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES...
An error occurred while running C:\Program Files\Malwarebytes' Anti-Malware\unins000.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES. (File not found)

2015/03/22 14:42:19 Running %ProgramFiles(x86)%\Malwarebytes' Anti-Malware\unins000.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES...
An error occurred while running C:\Program Files\Malwarebytes' Anti-Malware\unins000.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES. (File not found)

Re: fRequEnCy's UVK Script Collection

Posted: Sun Mar 22, 2015 11:01 am
by Fred
Hi wrc559.

This script is very old. The MBAM's folder name no longer has the quote. Also now you can safely use %ProgramFiles(x86)% in all systems.

Code: Select all

<RunWait>
%ProgramFiles(x86)%\Malwarebytes Anti-Malware\unins000.exe /silent
EDIT: I updated the original post to reflect the changes

Re: fRequEnCy's UVK Script Collection

Posted: Thu Sep 29, 2016 8:53 pm
by Xander
Maybe unpin this? The "collection" was just a single script that's now superfluous in the current versions.