Disabling Dashboard

From WikiTechia

Jump to: navigation, search

Don't like them? Planning on using something else? Here we look at Disabling Dashboard.

Contents

Solutions

Manually

Fire up terminal and enter

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

Then restart the dock with the following command

killall Dock 

Re-enabling Dashboard

Fire up terminal and enter

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

External Links

Personal tools