Show hidden files in Finder
defaults write com.apple.finder AppleShowAllFiles TRUE
Change TRUE back to FALSE to hide files
Both commands require the Finder to be restarted
Enable Safari debug menu
defaults write com.apple.safari IncludeDebugMenu 1
Change 1 to 0 to disable
Disable Dashboard
defaults write com.apple.dashboard mcx-disabled -boolean YES
Change YES to NO to enable
Both commands require you to restart the dock by typing killall Dock in the Terminal
Changes all mail to plain text
defaults write com.apple.mail PreferPlainText -bool TRUE
Change TRUE to FALSE to undo
Disable unexpectedly quit dialog from application crash
defaults write com.apple.CrashReporter DialogType none
Change none to prompt to enable
No comments:
Post a Comment