Add PUP to command line boot time scan

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.

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