Well, don’t ask why… I simply like to schedule this update stuff via Windows task scheduler. for many products. Makes it easy to review things in one place. The definition updates via ashUpd.exe work perfectly fine, but the service apparently needs a restart after that to actually use the new definitions. Can’t figure out how to do it automatically without disabling the self-protection thing in configuration (get a prompt otherwise). So, what’s the secret here?
/silent -- do not display the GUI and modal Summary screen
/nodetails -- do not print the console summary in silent mode
/autoreboot -- reboot the computer after update, if necessary
/help -- display this help screen
Well, yes… but that I already have working. However, note that the new definitions will not get used until you restart the service… which you can of course do via net stop/start but then you get the self-protection prompt from Avast unless disabled. So, I want a command-line equivalent of what’s used by the built-in Avast updater, since with that you don’t get any prompt.