Archive for March, 2007

Disable Mac OSX dashboard

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

No Comments »