Posted on 11-01-2017 05:58 PM
We are installing anti-virus software on our staff computers. We want to turn off notifications center notifications. I have tried to find the plist where this is located in 10.11 but have not been able to find it. We do not want to turn off Notification center completely, just turn this one app off. Does anyone have any idea where the plist is or any other advice on how to remove it from the notification center.
Thanks.
Posted on 11-02-2017 12:24 AM
I have NOT tested this and I have NO idea if it works like expected, but a short google search gave me this little python tool, maybe it's what you are looking for: https://github.com/matt4836/modifyNotificationCenter
It allows you to control the Notification Center over command line.. so you could add this to your antivirus installer and run an "after" script when the setup is done, to disable the notifications.
Hope this helps!