Jump to content

Overnight scan


Guest Bugen

Recommended Posts

Guest Bugen

I am trying to get MBAM to perform a full system scan remove the threats then shutdown.

Since there is no option in MBAM to do this I resorted to the command line

This my test script so far:


cd c:\program files (x86)\malwarebytes' anti-malware
GOTO ONE
:ONE
mbam.exe /errorsilent /update -silent /scan -flash -log -remove
GOTO TWO
:TWO
shutdown /s /t 120

The /errorsilent, /update -silent, and -log are there as preferences. -flash will be replaced with -full

Link to post
Share on other sites

Guest Bugen

I have been away for a couple of days so have not had a chance to work on it.

There are three steps to this script:

1. cd c:\program files (x86)\malwarebytes' anti-malware

2. mbam.exe /errorsilent /update -silent /scan -flash -log -remove

3. shutdown /s /t 120

I know malwarebytes can reboot after scan but i want it to shutdown.

I need a script to run this line:

mbam.exe /errorsilent /update -silent /scan -flash -log -remove

then shutdown

Link to post
Share on other sites

Guest Bugen

The script i made in post 1 did this command cd c:\program files (x86)\malwarebytes' anti-malware then this one shutdown /s /t 120 mbam never started scanning.

Link to post
Share on other sites

Guest Bugen

exile's instructions worked perfectly thank you guys so much.

Here is my current script THAT WORKS:


cd c:\program files (x86)\malwarebytes' anti-malware
GOTO ONE
:ONE
mbam.exe /errorsilent /update -silent
GOTO TWO
:TWO
mbam.exe /errorsilent /scan -flash -log -remove -silent
GOTO THREE
:THREE
shutdown /s /t 120

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 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.