Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!

All Annotations of Mac OS X Tips[Preview]

saved by27 people, first byDaniel Wittberger on 2007-03-20, last bymarc uhlig on 2008-08-14

  • defaults write com.apple.dashboard devmode
    YES
  • There is a huge amount of hidden settings for
    Mac OS X and its applications that aren't accessible
    from preferences dialog boxes or the System
    Preferences.
  • 2.
    defaults write com.apple.iTunes
    invertStoreLinks -bool YES



    Normally the arrows next to artists and albums in
    your iTunes library search the iTunes store when you
    click them. This command changes them so that
    clicking will search your iTunes library instead. Put
    NO at the end to reverse.
  • defaults write com.apple.Dock showhidden
    -bool YES
  • defaults write -g
    NSNavPanelExpandedStateForSaveMode -bool TRUE
  • defaults write com.apple.safari
    IncludeDebugMenu 1
  • on 2007-03-21 Omnichaos
    From site: "There is a huge amount of hidden settings for
    Mac OS X and its applications that aren't accessible
    from preferences dialog boxes or the System
    Preferences. Applications such as Tinkertool and Mac
    Pilot allow you to access some of these, but the real
    flexibility is from the Terminal. From here it is
    possible to edit any preferences file for any
    application on your Mac."