system
1
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
Only in the Pro version we have command line switches available, afaik. Better wait for one of the developers to post.
system
3
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