Removing Store Arrows in iTunes 8
As I mentioned yesterday, the first thing I noticed in iTunes 8 were the store arrows were back & in previous versions, you could disable them. For whatever reason, Apple decided to remove that option from iTunes 8. However, some clever people have found a fix for both OS X, XP, & Vista.
OS X Fix
Go to Terminal and type:
defaults write com.apple.iTunes show-store-arrow-links -bool FALSE
Windows XP & Vista Fix
- Ensure iTunes is not open. Browse to the iTunes Application Data folder (C:\Documents and Settings\User\Application Data\Apple Computer\iTunes on XP, C:\Users\User\AppData\Roaming\Apple Computer\iTunes (AppData is a hidden folder) on Vista, substituting the drive letter and the user profile name where necessary.
- Backup and open the iTunesPrefs.xml with WordPad.
- Find the User Preferences key, and below the <dict> tag insert:
<key>show-store-arrow-links</key>
<data>
AA==
</data> - Launch iTunes & the store arrows will be gone.
[SOURCE: OS X Fix | Win XP/Vista Fix]
| This entry was posted by Jason on September 10, 2008 at 2:32 pm, and is filed under Apple. Follow any responses to this post through RSS 2.0. You can skip to the end and leave a response. Pinging is currently not allowed. |








about 1 year ago
Has anyone stumbled on an encoded iTunesPrefs.xml file? I’m running Vista and I installed iTunes 8 today. I tried to change the iTunesPrefs.xml file to take the links off but, it’s encoded using UTF-8.
about 1 year ago
link to library instead of store:
invertStoreLinks
dHJ1ZQ==
see the instructions for using this sort of tweak at the top of the page
I found it elsewhere but with the tags missing – -works for XP installs of iTunes
about 1 year ago
damn – brackets removed here too
swap the curlies for pointies in the code below:
{key>invertStoreLinks{/key>
{data>
dHJ1ZQ==
{/data>
about 4 months ago
Thanks, that worked for me, Windows XP.
A little late.