Saturday, December 10, 2011

Mac OS X Enable/Disable Dashboard

This is a quick way to enable or disable the mac os x's shining dashboard.

Enable:
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
 
Disable: 
defaults write com.apple.dashboard mcx-disabled -boolean NO
killall Dock