Thursday, September 3, 2009

How to Kill the Dashboard

If you don't like the dashboard on your Mac there is a way you can kill it and bring it back again.  To kill it type the following code:


defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
To get it back again type the code below:

defaults write com.apple.dashboard mcx-disabled -boolean NO
killall Dock

No comments:

Post a Comment