The Malwarebytes Business Support Tool is used to remove Malwarebytes business products from endpoints. This includes files, settings, and license information. First, attempt to uninstall the endpoint agent by deleting it in Nebula. For more information, see Uninstall endpoints in Nebula.
If the endpoint agent remains on the device after deleting it from Nebula, consult with Malwarebytes Support before running this tool. To remove Malwarebytes software from a Windows endpoint, download the Support Tool, then run it from Command Prompt. In the Command Prompt, you can use switches to specify how you want to remove the Malwarebytes software. A list of switches and instructions on how to use them are in this article.
Run the support tool
To run the support tool, download and initiate it from the Windows Command Prompt as an administrator.
- Click here to download the support tool and save it to the desktop.
- Open Command Prompt as an administrator.
- In the command window, change the directory to the desktop with the following command.
cd %userprofile%\desktop
- Remove the endpoint agent based on the Tamper Protection settings with the next command.
- If Tamper Protection is enabled:
mb-clean.exe /y /cleanup /noreboot /nopr /epatamperpw "ActualTamperProtectionPassword"
- Note: Replace ActualTamperProtectionPassword with the Tamper Protection password of the endpoint and keep the quotation marks. Check the policy of the endpoint if you forgot the Tamper Protection password.
- If Tamper Protection is disabled:
mb-clean.exe /y /cleanup /noreboot /nopr /epatoken "NoTamperProtection"
- If Tamper Protection is enabled:
- Reboot the endpoint.
- Open Command Prompt as an administrator and change the target directory to the desktop with the following command:
cd %userprofile%\desktop
- Clean up additional files with the next command.
mb-clean.exe /y /cleanup /noreboot /nopr
- Reboot the endpoint.
- Verify the following directories are deleted. If not, remove them manually:
C:\Program Files\Malwarebytes Endpoint Agent
C:\ProgramData\Malwarebytes Endpoint Agent
C:\Program Files\Malwarebytes
C:\ProgramData\Malwarebytes- Note: Show hidden files and folders to locate the ProgramData folder. For more information, see View hidden files and folders in Windows.
Command line switches
Below is a list of switches you can use to execute the Malwarebytes Business Support Tool:
Command line switch | Description |
/y |
Accepts the EULA. Required to run the tool. |
/cleanup |
|
/noreboot |
Optional: Prevents unscheduled reboots after cleanup. Recommended for Servers. |
/nopr |
|
/epatamperpw "ActualTamperProtectionPassword" |
|