Author Topic: Add PUP to command line boot time scan  (Read 2039 times)

0 Members and 1 Guest are viewing this topic.

gb9164

  • Guest
Add PUP to command line boot time scan
« on: June 25, 2013, 05:23:12 PM »
Is there a switch I can add to the following batch file (which initiates a boot time scan) at line 1 to add PUP scanning?

"c:\program files\avast software\avast\sched.exe" /a:*
shutdown /r
exit

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Add PUP to command line boot time scan
« Reply #1 on: June 25, 2013, 05:44:47 PM »
Only in the Pro version we have command line switches available, afaik. Better wait for one of the developers to post.
The best things in life are free.

gb9164

  • Guest
Re: Add PUP to command line boot time scan
« Reply #2 on: August 17, 2013, 02:07:29 PM »
Actually, your information is incorrect, AVAST tech.  The following commands, issued from a batch file, schedule a boot time scan with PUP and then shuts down and restarts the computer to perform the scan with AVAST free version 8

"c:\program files\avast software\avast\sched.exe" /a:* /pup
shutdown /r
exit