From The Archive: How to Disable Dashboard

Dashboard is a feature built in to Mac OS X 10.4 and up that allows you to customize a variety of widgets within a readily accessible screen overlay. This may seem like a handy tool to have on your desktop, but the truth is, these widgets can be quite the little ram hogs, slowing down your regular processes.

In order to fix this and increase the performance on your machine, it is possible to completely disable Dashboard from your system. It does require some basic Terminal work, and can just as easily be reversed, so don’t be worried about making any permanent changes. Note also that you don’t necessarily need to disable Dashboard completely; simply closing widgets you never use will help quite a bit too.

Now, if you’ve decided that you don’t need Dashboard, and would rather have the heightened performance, the first step is to open Terminal (located in Macintosh HD > Applications > Utilities). Once open, type this command:

defaults write com.apple.dashboard mcx-disabled -boolean YES

and hit return. Now you can restart the Dock by typing the following command:

killall Dock

This command will allow the changes to take effect. Dashboard is a process owned by the Dock, so it is necessary to restart the “parent” process to see the desired change.

So there you have it — Dashboard has been completely disabled on your system. Later on, if you begin to miss this feature, it can easily be restored in a very similar fashion. Open up Terminal, and type this command:

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

Now, run the killall Dock command once again to restart the Dock, and there you go — Dashboard has been restored.

Originally written by RJ back in 2011. You can view the original newsletter here.

Similar Posts

  • Mac Trash Talk (OS X Trash Tips)

    Trash was one of the Mac’s original killer apps. Here are a few tips to help you get more out of – and…

  • Uninstalling Mac App Store Apps

    The brand new Mac App Store is a great way to discover and install fresh applications for your Mac. Though millions of MAS…

  • Better Surfing With Safari

    While I occasionally use Firefox, and I think it’s great, Safari is my web browser of choice. Like most OS X applications, Safari…

  • Don't Fear Terminal; Meet Ditto

    It’s very common for technicians to run into hard drives or files that are on the brink of failure or contain corrupted files…

  • Mac Treat #7: Empty Your Trash Super Fast!

    Emptying the trash in OS X can be a pain. It’s simply one of those easy-to-do-but-ever-so-arduous tasks that devour microseconds of life (actually,…