fRequEnCy's UVK Script Collection

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
fRequEnCy
Posts: 21
Joined: Mon Jan 23, 2012 8:03 pm

fRequEnCy's UVK Script Collection

Post 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
wrc559
Posts: 118
Joined: Sun Mar 22, 2015 2:38 am
Location: Australia
Contact:

Re: fRequEnCy's UVK Script Collection

Post 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)
Fred
Site Admin
Posts: 2357
Joined: Sat Jul 30, 2011 12:05 pm
Location: Red coast, France
Contact:

Re: fRequEnCy's UVK Script Collection

Post 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
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
Xander
Posts: 438
Joined: Sun May 24, 2015 11:55 pm
Contact:

Re: fRequEnCy's UVK Script Collection

Post by Xander »

Maybe unpin this? The "collection" was just a single script that's now superfluous in the current versions.
Post Reply