Remove that resource hog dashboard via Terminal:
Disable it:
defaults write com.apple.dashboard mcx-disabled -boolean YES
Relaunch Dock to see the change:
killall Dock
Want the dashboard back? Enable it:
defaults write com.apple.dashboard mcx-disabled -boolean NO
Post a Comment