Skip to main content
Question

Disabling banners and Spaces


Forum|alt.badge.img+2

We are using Casper 9.61 and running Mac OS 10.9.5. I am trying to figure out a way to disable all notification banners in Mac OS (update notifications, email notifications, etc) to, roughly 1500 laptops. We are also trying to figure out how to disable Mission Control and Spaces. I cannot find anything in Configuration Profiles or Managed Preferences. Any suggestions would be appreciated.

8 replies

Forum|alt.badge.img+10
  • Contributor
  • 28 replies
  • February 4, 2015

I have two Self Serivce policies that will enable/disable notification center.

This will kill Notification Center (aka Banners)

#!/bin/sh
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool False
killall NotificationCenter

This will turn them back on.

#!/bin/sh
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool True
killall NotificationCenter

I'm sure there is something similar you could do for spaces. I haven't messed around with this. Just to note... It could cause problems with any user that wants to view apps in "full screen"


Forum|alt.badge.img+2
  • Author
  • New Contributor
  • 1 reply
  • February 5, 2015

I did figure something else out as well after I posted this. I can use Composer and tell it to take a "New and Modified Snapshot", change the settings, and then finish the snapshot. It does require a reboot of the computer, but I can create a DMG of that and both of those settings will take effect. Is there a reason that this would be a problem?

Thank you for this option by the way.


Forum|alt.badge.img+10
  • Contributor
  • 28 replies
  • February 5, 2015

I generally try to avoid that approach, only because I have been burned by unforeseen effects down the road. Doesn't mean your approach is bad... Its just a personal preference thing.


Forum|alt.badge.img+1
  • New Contributor
  • 7 replies
  • March 23, 2016

@andrew This is great. How would you suggest I disable notification banners and badges for one specific application?


Forum|alt.badge.img+13

Forum|alt.badge.img+13
  • Honored Contributor
  • 550 replies
  • March 30, 2016

@jacob_salmela

best 8 mins today, good work mah man

Larry


Forum|alt.badge.img+1
  • New Contributor
  • 7 replies
  • March 30, 2016

@jacob_salmela You're the best! Thanks so much!


Forum|alt.badge.img+13

No problem! Mark it as an answer if you found it helpful.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings