Avast WEBforum

Consumer Products => Avast Mac Security => Topic started by: Christian Gunawan on October 09, 2019, 03:59:23 AM

Title: wifi inspector
Post by: Christian Gunawan on October 09, 2019, 03:59:23 AM
is there a way to disable wifi inspector on avast mac security via terminal?
Title: Re: wifi inspector
Post by: Radek Brich on October 09, 2019, 11:43:45 AM
Hi, may I ask why do you need to switch it off specifically in terminal?

There is a switch in Preferences ("Automatic scanning and alerts"), but this setting is not currently available in config files.
Title: Re: wifi inspector
Post by: Christian Gunawan on October 10, 2019, 09:12:04 AM
I want to push the script using mdm
Title: Re: wifi inspector
Post by: Radek Brich on October 10, 2019, 11:34:53 AM
You can use com.avast.cmd tool like this:

Code: [Select]
/Applications/Avast.app/Contents/Backend/utils/com.avast.cmd ctl stop WifiInspector
It controls the "Automatic scanning and alerts" switch, which disables most of Wi-Fi Inspector functionality, but still allows on-demand scans.
The other commands are "start" and "status".