Five Pounds of Flax

Every culture has a burrito.

Disable the dashboard on Mac OS X 10.4

Monday, July 25, 2005posted by Michael Rothwell @ 9:32 PM

I disabled it. Yeah, I wrote SlashBot, a Dashboard widget. But you know what? I never used it.

Disable the Dashboard:
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock

Re-enable the Dashboard:
defaults write com.apple.dashboard mcx-disabled -boolean NO
killall Dock