iTunes: Disable the use of plugins

Disable the use of plugins within iTunes. After applying this command active plugins will be disabled and all other menu options referring to plugin related options will not show up.

Quit iTunes and use the following defaults write command:

defaults write com.apple.itunes disablePlugins -bool YES

To make the command take effect, you need to restart iTunes.

Re-enable the plugin with the following command:

defaults write com.apple.itunes disablePlugins -bool NO