Dashboard is a waste of resources in OS X Tiger
Posted on : 30-12-2005 | By : Administrator | In : Apple, Computers
0
Although some may like Dashboard in 10.4, I never really use it and I find it a waste of resources. Here is how to turn it off.
Launch Terminal and enter these two commands
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
To turn Dashboard back on enter these into terminal
defaults write com.apple.dashboard mcx-disabled -boolean NO
killall Dock


