avast! BPP Scheduling Boot-Time Scans

Hello,
This forum question may already exist (and I searched for it), but I was unable to locate how to schedule a boot time scan through the avast! BPP console. So, my question is:
How do I set up a scheduled boot-time scan from the avast! BPP Console so that the managed client PCs run the scans?

I know you can go to each client PC and set up a boot time scan, but that clearly is a management nightmare.

Thank You for your patience!

-z

Hi,
simply go under network->group view->edit group settings->Boot-time scan->ckick SCHEDULE NOW as you can see in image attached

Thank you very much. Apologies for the simple question.

You’re welcome :wink:

I guess my concern is, how do I schedule a weekly boot-time scan. I don’t want to go into the console every week and have to do this.

Hi,
I think for now is not possible…you must go every week in to the console and program it, if you want.
But why you do not program a full system scan?
Boot-time scan is required only if you have the suspect of virus…
This is from the avast help:

Boot-time scan
It is possible to schedule a scan to be carried out automatically when the system restarts i.e. when it “boots”, before the operating system is active. This is useful if you suspect that a virus may have been installed on your computer, as it will enable the virus to be detected before it is activated and before it can do any damage to your computer.

Well, there is the client-IT provider relationship to consider here. Some clients, even when they think a PC is slowing down, will not come forward with problems until it is too late. Having the boot-time scan scheduled for a weekly scan is the best way to avoid this, as I am sure you are aware. The Full System scan doesn’t catch some of the more-clever viruses out there.

Do you know if avast! is planning on re-implementing the boot-time scan as a scheduled task? Or, if it is possible to programmatically (with a script) schedule the boot-time scan?
I am beginning to miss the old avast :wink:

Try to insert your request in this topic
http://forum.avast.com/index.php?topic=82552.15
and insert a link to this topic

I don’t know…

Best regards

Did it. Thank you for all the help. I am still convinced it is possible.

I am only posting here because I did find a solution and felt the need to share it.
You need to create and schedule a simple batch script to run (in Windows) that will programmatically call the boot-time scan. The script is:

@Echo off
@cd /d %~dp0
CD \Program Files\Avast Software\Avast
sched.exe /A:* /RA:chest /RS:yes
shutdown -r -t 20

Best,
Zachary