Turning Dashboard On and Off

Very simple code to turn dashboard on and off using terminal. Here are the codes, please follow the steps! Turning Dashboard off: 1. Open Terminal. 2. Type: "defaults write com.apple.dashboard mcx-disabled YES" (without quotes!) 3. Type: "killall Dock" (without quotes!) Turning Dashboard on: 1.Open Terminal. 2. Type: "defaults write com.apple.dashboard mcx-disabled NO" (without quotes!) 3. Type: "killall Dock" (without quotes!) For more information go to: lifehacker.com ... Dashboard ...
Author: spenceraperry; Tags: Dashboard


















