Disabling Dashboard
From WikiTechia
Don't like them? Planning on using something else? Here we look at Disabling Dashboard.
Contents |
Solutions
Manually
Fire up terminal and enter
defaults write com.apple.dashboard mcx-disabled -boolean YES
Then restart the dock with the following command
killall Dock
Re-enabling Dashboard
Fire up terminal and enter
defaults write com.apple.dashboard mcx-disabled -boolean NO
External Links
- MacOSXHints Article - All of the information above came from the MacOSXHints article.

