Jump to content

Malwarebytes

How to execute mbam /par manually or planned

- - - - -

2 replies to this topic

#1
Fred H

    New Member

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Location:Norway
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 ?
.

#2
Fred H

    New Member

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Location:Norway

View PostFred H, on Nov 11 2009, 10:13 AM, said:

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 ?
.


#3
Fred H

    New Member

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Location:Norway
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






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users

Follow Us