mbam.exe /parameter
(where parameter is one of the following)
/debug: allows you to collect information to send as a bug report.
/developer: this command line parameter is explained in the false positives section.
/minimized: allows you to start the program minimized.
/quickscan: allows you to run a quick scan.
/quickscanterminate: allows you to run a quick scan.
Program terminates if no items found.
/fullscan: allows you to run a full scan.
/fullscanterminate: allows you to run a full scan.
Program terminates if no items found.
/runupdate: allows you to update the program without displaying result dialogs.
/register: allows you to register the program without displaying main dialog.
/fullauto: allows you to run a full scan silently.
Example: mbam.exe /register 12345 AAAA-BBBB-CCCC-DDDD
/updateshowdialog: allows you to update the program displaying all dialogs.
/schedule : allows you to schedule an update and scan for a specific hour.
Scan will happen 5 minutes after update.
Using
-silent
works, but there is one thing that I want: if the scan runs and finds nothing, I don't want to know about it, but if the scan does find something, I want to be alerted when it finishes. Does using-silent
give me this ability or not? – DaveTheMinion – 2014-01-15T22:04:50.203-silent
won't. But you could try running is asmbam.exe /minimized -terminate
which will run it minimized (something that you may not really want), and terminate the program if no threats are detected. All in all it's hard to say, it's probably best to search in the MBAM Help File for the most up-to-date list of switches. – Michael Frank – 2014-01-15T22:11:09.363