If you are one of the few users who hate the Dashboard in OS X or want to consume some memory, here is a easy way to disable your Dashboard from launching.
1. Open Terminal, it’s inside Utilities folder under Applications
2. Type the following command,
defaults write com.apple.dashboard mcx-disable boolean YES
This would disable the Dashboard from launching with the Finder in the dock after you restart your computer.
To undo any of these actions just use the following command,
defaults write com.apple.dashboard devmode NO
No comments:
Post a Comment