I wrote this because I couldn’t find clear instructions for disabling the annoying store links in the Windows version of iTunes 8.
- Close iTunes.
- Browse to the iTunes application data folder.
- In XP:
C:\Documents and Settings\username\Application Data\Apple Computer\iTunes
- In Vista:
C:\Users\username\AppData\Roaming\Apple Computer\iTunes
- In XP:
- Back up and edit iTunesPrefs.xml with your XML editor of choice.
- Search for the following code:
<key>User Preferences</key>
<dict> - After the
<dict>
tag in the previous step, paste the following:
<key>show-store-arrow-links</key>
<data>
AA==
</data>
- Search for the following code:
- Save iTunesPrefs.xml.
- Open iTunes.