Music Store Arrows in iTunes 8

Drop this into Terminal to hide those annoying little arrows:

defaults write com.apple.itunes show-store-arrow-links -bool FALSE

I got this code from a comment here:

http://blech.vox.com/library/post/switch-off-the-itunes-8-genre-browser.html

doughnut's picture

and here's how to remove

And here's how to remove those annoying little arrows in Windows:

Within C:\Documents and Settings\USERNAME\Application Data\Apple Computer\iTunes you'll find iTunesPrefs.xml

If the follow line isn't found, simply add it:

<key>show-store-arrow-links</key>
<data>False</data>

Of course, make a backup before editing the file.

This information was found here.