Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Malwarebytes Command Line Removal Tool

Hello,

I'm attempting to create a deployment package that copies the Malwarebytes Enterprise Removal tool (mbstcmd-1.0.2.67.exe) to the C:\ drive of the local computer then runs the following command mbstcmd-1.0.2.67.exe /y /noreboot.  

I've created a 2 step package, where step 1 copies the .exe to the root of the local C:\ drive and that step works fine.  Step 2 should run the command but I'm getting the following error Command Script returned error code 1.  

Any help would be appreciated.  

 

 

 

0

Comments

1 comment
Date Votes
  • If I'm reading their instructions correctly, I see 2 potential problems.

    1. Make sure you have Tamper Protection disabled.
    2. You may need to add the /cleanup switch.
    0