Jump to content

How to execute mbam /par manually or planned


Fred H

Recommended Posts

If you just want to start mbam from the command line in the main menu, you should save the following to a txt-file:

In my case, I have both NORWEGIAN and English Windows, it will look like this:

"C:\ProgramFiler\Malwarebytes' Anti-Malware\mbam.exe" /minimized /quickscanterminate

and in most english

"C:\Program Files\Malwarebytes' Anti-Malware\mbam.exe" /minimized /quickscanterminate

Then you will see Malwarebytes starting up minimized, updating malwarebase and running a quick scan. Then it will give you the result.

If you wish to do a full scan the same way, just replace the last command with:

/fullscanterminate

if you want to do this on a regular basis, it is easy to make a special txt-file. Use Notepad, choose save as, choose "all files" in the filetype-field. Name it something you will remember, AND WITH THE ENDING .bat. LIKE SO: mb1.bat

the content of the file could look something like this in notepad:

echo off

REM Tells the system to be quiet, and not flash the commands on the screen!

REM Malwarebytes starting up minimized, updating malwarebase and running a quick scan

REM Your desired command follows:

"C:\Program Files\Malwarebytes' Anti-Malware\mbam.exe" /minimized /quickscanterminate

exit

choose SAVE AS, choose all files in file -types and give it urname.bat

Better save it in root, C:\, then you are sure to be able to start it from any directory.

If you want this to be run on a regular basis, just put a call to your.bat -file in windows plan

OKI ?

.

Link to post
Share on other sites

If you just want to start mbam from the command line in the main menu, you should save the following to a txt-file:

In my case, I have both NORWEGIAN and English Windows, it will look like this:

"C:\ProgramFiler\Malwarebytes' Anti-Malware\mbam.exe" /minimized /quickscanterminate

and in most english

"C:\Program Files\Malwarebytes' Anti-Malware\mbam.exe" /minimized /quickscanterminate

Then you will see Malwarebytes starting up minimized, updating malwarebase and running a quick scan. Then it will give you the result.

If you wish to do a full scan the same way, just replace the last command with:

/fullscanterminate

if you want to do this on a regular basis, it is easy to make a special txt-file. Use Notepad, choose save as, choose "all files" in the filetype-field. Name it something you will remember, AND WITH THE ENDING .bat. LIKE SO: mb1.bat

the content of the file could look something like this in notepad:

echo off

REM Tells the system to be quiet, and not flash the commands on the screen!

REM Malwarebytes starting up minimized, updating malwarebase and running a quick scan

REM Your desired command follows:

"C:\Program Files\Malwarebytes' Anti-Malware\mbam.exe" /minimized /quickscanterminate

exit

choose SAVE AS, choose all files in file -types and give it urname.bat

Better save it in root, C:\, then you are sure to be able to start it from any directory.

If you want this to be run on a regular basis, just put a call to your.bat -file in windows plan

OKI ?

.

Link to post
Share on other sites

CORRECTION TO MY POST:

ONe LINE FELL OUT. THE bat-file should look like this:

echo off

REM Tells the system to be quiet, and not flash the commands on the screen!

REM Malwarebytes starting up minimized, updating malwarebase and running a quick scan

REM Your desired command follows:

"C:\Program Files\Malwarebytes' Anti-Malware\mbam.exe" /minimized /runupdate

"C:\Program Files\Malwarebytes' Anti-Malware\mbam.exe" /minimized /quickscanterminate

exit

Link to post
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.