Archive

Archive for August, 2009

Disable the Dashboard

August 24th, 2009

One of the more resource intensive processes on a Mac is the Dashboard. While occasionally convenient and quite eye catching, it is a memory hog! Disable it on your Macs by running the following commands after selecting your machines and choosing ‘Unix’ from the toolbar. You can put all of this in one command box, and it is suggested that you use the root user.

//Disable Dashboard
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
//re-enable Dashboard
defaults write com.apple.dashboard mcx-disabled -boolean NO

disable_dashboard.jpg

scottmac Unix , ,