iTunes 8: How to Remove Links to iTunes Store in OS X

In the latest version of iTunes, there is no obvious preference setting for removing the arrows in your library that point to the Apple iTunes Music Store. Here is how to remove those arrows in OS X.


In iTunes, arrow links will appear that will open up a particular artist or song in the Apple iTunes Store. Many people find these arrows distracting. Here is how to get rid of them.

Before:

After:

1. Open Terminal
2. Paste the following command and press Enter:
defaults write com.apple.iTunes show-store-arrow-links -bool FALSE
3. Restart iTunes

Note: You can always reverse this with the following command:
defaults write com.apple.iTunes show-store-arrow-links -bool TRUE

 

About David Kirk

David Kirk is one of the original founders of tech-recipes and is currently serving as editor-in-chief. Not only has he been crafting tutorials for over ten years, but in his other life he also enjoys taking care of critically ill patients as an ICU physician.
View more articles by David Kirk

The Conversation

Follow the reactions below and share your own thoughts.

5 Responses to “iTunes 8: How to Remove Links to iTunes Store in OS X”

  1. October 10, 2008 at 1:40 am, biz said:

    wtf is a terminal?

    Reply

    • October 10, 2008 at 1:09 pm, davak said:

      Terminal is the command line interface for OS X. The easiest way to find it is by typing “terminal” into spotlight.

      In most systems it’ll be found in the utilities folder in your applications folder:
      /Applications/Utilities/Terminal.app

      Reply

  2. October 13, 2008 at 2:51 am, biz said:

    thank you, that explains a lot…damn vista

    Reply

  3. October 19, 2008 at 3:04 am, anymtas said:

    Thanks for the info I’ve been trying to figure this out for ages!

    Reply

  4. October 27, 2008 at 10:07 pm, Nef said:

    Thanks for this… downloaded the new version of iTunes tonight and it was driving me mad after only a few hours!

    Reply

Leave a Reply

You may also like-

iTunes 10: Automatically Add New Media To Your iTunes LibraryThis recipe will explain how to use iTune's Automatically Add to iTunes feature.  This is an often overlooked and unknown feature in iTunes that ...