Disable Mac OSX dashboard
daniel posted this on Mar 22nd 2007 under Howto, OSX
Want to get rid of the useless dahsboard and lower your memory usage?
Run these commands from a terminal:
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
Want to enable the dashboard again? Run this:
defaults write com.apple.dashboard mcx-disabled -boolean NO
killall Dock