I'm trying to set up Workstations with OS 10.8 to automatically check for updates and download available updates in the background. However, I want to Disable the "New Updates Available" Alert Notification that doesn't go away unless users click "details" or "update" which then requires to enter Admin credentials. There is no option is System Preferences > Notifications or Software Update Preferences to disable the Notifications. Does anyone have a policy or a script or suggestions to turn off these notifications. So far I've found a SQL Database in ~/Library/Application Support/NotificationCenter with a GUID name that gets modified whenever the values in Notifications Preferences get changed.
A user on
http://apple.stackexchange.com/questions/60881/how-do-i-turn-off-app-store-notifications-in-mountain-lion
seems to suggest changing a flag value for the com.apple.appstore bundleid which shows up in the database. I've used a free SQLite Database Browser to investigate the database, but when I modify values there, they don't appear changed Notifications Preferences. I don't know if there's a process I need to stop and start for changes to be respected. Any thoughts?
