The Portable Scanner in Toolset provides an optional Process Killer to terminate unnecessary processes before performing a malware scan. The Process Killer does not terminate critical Windows, or remote management processes by default to avoid potential issues. If needed, you can exclude processes using the Process Killer Custom Whitelist.
Process Killer Custom Whitelist Default Scan
Default Scan settings, including the Process Killer Custom Whitelist, are stored in: \Malwarebytes\MBTS\Data\Configuration\mbts-settings.json and will persist across future usage of an instance of the Toolset. This file can be deployed to other instances of the Toolset to share settings.
Edit Default Scan Settings using the Toolset UI
- Open Toolset.
- In the Portable Scanner section, click the settings icon and select Edit Default Scan.
- Click Custom Whitelist in the Default Scan window.
- Enter the name of the processes without the file extension you want to whitelist. Separate each by new lines in the Edit Whitelist window. Wildcards are supported.
- Click Save in the Edit Whitelist window.
- Click Save and your Default Scan settings update automatically.
Manually Edit Default Scan Settings stored in mbts-settings.json
- Open \Malwarebytes\MBTS\Data\Configuration\mbts-settings.json in a text editor or code editor.
- Go to the CustomProcessWhiteList array that is nested in the ProgramOptions object of the MalwareSettings parent object.
- Using standard JSON formatting, add processes by name without the extension to the CustomProcessWhiteList array. Added items must be wrapped in quotes for example and separated by a comma, and excluding a comma separation from the last item in the array. For example: "processname"),
- Save the changes made to \Malwarebytes\MBTS\Data\Configuration\mbts-settings.json
Process Killer Custom Whitelist Custom Scan
You can also specify a one-time use Process Killer Custom Whitelist when performing a Custom Scan:
- Open Toolset.
- Click Custom Scan in the Portable Scanner section of the Scan component.
- Click Custom Whitelist in the Default Scan window.
- Enter the name of the processes without the file extension you want to whitelist. Separate each by new lines in the Edit Whitelist window. Wildcards are supported.
- Click Save in the Edit Whitelist window.
- Click Scan.