How to completely disable Dashboard
Mac OS X, Tips & Tricks, How to
Dashboard is the kind of thing you either love or hate, using it constantly or not at all. As you may recall, a few days ago we discussed how unused Dashboard widgets can take up a lot of memory and slow your systems performance, we also showed you how to reclaim that memory. For those that don’t use Dashboard at all, we’ll show you how to disable Dashboard completely (but don’t worry it is just as easy to enable it again).
Turning Dashboard off and on is done easily through the Terminal, so your first step is to launch the Terminal. Then follow these simple steps:
Disable Dashboard- type or paste the following exactly into the Terminal window:
defaults write com.apple.dashboard mcx-disabled -boolean YES
Next, kill the currently running Dashboard by killing the Dock (the Dock will reload itself, don’t worry):
killall Dock
That’s it, now Dashboard is completely disabled. Hit F12 and nothing will happen. So what if you had a change of heart and want Dashboard back? Well turning it back on is just as easy.
Enabling Dashboard- type or paste the following exactly into the Terminal window:
defaults write com.apple.dashboard mcx-disabled -boolean NO
Again, kill the Dock, which will reload the now activated Dashboard:
killall Dock
That’s all there is to it! If you don’t want to disable Dashboard completely, but want to regain some of the lost memory that is being hogged by open Widgets, check out this article: Free up System Memory by killing Dashboard widgets
Mac Deals from the Apple Store:
Social bookmarks:
- del.icio.us | Digg it | Furl | ma.gnolia | Netscape | reddit | StumbleUpon | Yahoo MyWeb |
Comments:
Comments: 3
Comment from niclet
Time: March 14, 2007, 5:51 pm
Mmm, works very well. Good tip, thanks.
Comment from niclet
Time: March 14, 2007, 6:29 pm
Hey, I know it’s not exactly on the same topic but did you know that Dashboard is managing a cache folder? It is possible to speed it up by wiping its cache.
Take a look to this tip at macosxhints:
http://www.macosxhints.com/article.php?story=20061002101155933&query=dashboard
Comment from archimedes
Time: March 15, 2007, 9:44 am
I like Dashboard too much to disable it but I could see how this would be useful


Write a comment