{"id":632,"date":"2013-04-26T08:25:55","date_gmt":"2013-04-26T08:25:55","guid":{"rendered":"http:\/\/invisiblezero.net\/?p=632"},"modified":"2013-04-26T08:25:55","modified_gmt":"2013-04-26T08:25:55","slug":"mac-os-x-completely-disable-dashboard","status":"publish","type":"post","link":"http:\/\/ndthanh.com\/mac-os-x-completely-disable-dashboard\/","title":{"rendered":"Mac OS X – Completely disable Dashboard"},"content":{"rendered":"
\nSome people have claimed memory or performance problems with Dashboard. In my case, I just don’t use it, and dislike having applications running that I don’t use or need.<\/p>\n
To disable Dashboard- type or paste the following exactly into the Terminal window:<\/p>\n
<\/p>\n
\ndefaults write com.apple.dashboard mcx-disabled -boolean YES\n<\/pre>\nNext, kill the currently running Dashboard by killing the Dock (the Dock will reload itself, don\u2019t worry):<\/p>\n
\nkillall Dock\n<\/pre>\nThat\u2019s it, now Dashboard is completely disabled. Hit dashboard function key 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.<\/p>\n
Enabling Dashboard- type or paste the following exactly into the Terminal window:<\/p>\n
\ndefaults write com.apple.dashboard mcx-disabled -boolean NO\n<\/pre>\nAgain, kill the Dock, which will reload the now activated Dashboard:<\/p>\n
\nkillall Dock\n<\/pre>\n","protected":false},"excerpt":{"rendered":"Some people have claimed memory or performance problems with Dashboard. In my case, I just don’t use it, and dislike having applications running that I don’t use or need. To 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…<\/p>\n