iTunes 11 and library sharing with Apple
I'm deploying iTunes 11 on many computers.
Everything is fine exept, on the first run, itunes ask to share the library with Apple ...
If it's accepted, it can be disabled it in pref menu- store :
"share details about your library with Apple to see artist images, album covers, and other related information in your library"
Is there a way to disable it when i deploy iTunes ? i look at the adminflags but nothing ...
Thanks in advance
Answers (3)
I *still* can't believe that companies allow iTunes to be deployed to business workstations!! Ha, ha, ha!
Comments:
-
Perhaps it is for education? I used to utilize iTunes for the wealth of free educational videos that were in iTunesU. - andrew_lubchansky 11 years ago
-
We have itunes on everyone of our machines at TMCC because of ITunes U - SMal.tmcc 11 years ago
Those type settings are normally stored in the iTunesPrefs.xml files. If you run iTunes with a clean usercode, decline the offer to share the library then quit iTunes. Backup the two iTunesPrefs.xml files located in appdata\roaming and appdata\local. Annoyingly they both have the same name. To get around this I renamed them iTunesPrefs.local and iTunesPrefs.roaming, they get renamed back to the original name when they are copied back into the users profile via Active Setup calling userconfig.cmd.
see sample userconfig.cmd:
:: copy in preconfigered prefs files
md "%APPDATA%\Apple Computer\iTunes"
copy "c:\Program Files (x86)\iTunes\custom\iTunesPrefs.roam" "%APPDATA%\Apple Computer\iTunes\iTunesPrefs.xml"
md "%LOCALAPPDATA%\Apple Computer\iTunes"
copy "c:\Program Files (x86)\iTunes\custom\iTunesPrefs.local" "%LOCALAPPDATA%\Apple Computer\iTunes\iTunesPrefs.xml"
Comments: