Uninstall MalwareBytes (Windows Silent)

:: Determine Path
IF DEFINED ProgramFiles SET mb_path=%ProgramFiles%

:CHECK 
::Check for Malwarebytes Uninstaller
IF  EXIST "%mb_path%\Malwarebytes\Anti-Malware\mbuns.exe" (GOTO REMOVE) ELSE (GOTO MB4UNS)

:MB4UNS
IF  EXIST "%mb_path%\Malwarebytes\Anti-Malware\mbuns.exe" (GOTO MB4REMOVE) ELSE (EXIT)

:REMOVE
"%mb_path%\Malwarebytes\Anti-Malware\mbuns.exe" /uninstall /silent /verysilent
EXIT

:MB4REMOVE
"%mb_path%\Malwarebytes\Anti-Malware\mb4uns.exe" /uninstall /silent /verysilent

Script data

Language - Bat

Run as - System / Root User

Script timeout duration - 5 Mins