D|DUMOND You can also achieve the same thing by typing the following in the terminal: To remove the Genre column you need to launch the terminal and enter the following text: defaults write com.apple.iTunes show-genre-when-browsing -bool FALSE When you relaunch iTunes the Genre tab will be gone. If you want it back, repeat the process but replace FALSE with TRUE. If you want to disable those iTunes store links you’ll need to enter the following: defaults write com.apple.iTunes show-store-arrow-links -bool FALSE (Version 1.1) |