Posted on 07-31-2024 12:49 PM
hi all,
anyone found a way to disable/lock itunes or parts of it? especially files transfer.
Solved! Go to Solution.
Posted on 08-01-2024 05:41 AM
According to Apple it works on macOS 10.13 and newer, all you can do is try it and see what it does. If it does what you need, you are good to go, if not its time to move on.
allowi
Tunes File Sharing boolean
If
false
, the system disables iTunes file sharing services. Available in macOS 10.13 and later.Default:true
Posted on 07-31-2024 01:42 PM
iTunes does not exist for macOS Sonoma. The file transfer function was baked in to finder a few years ago. You will need to onboard a DLP tool like ForcePoint or Jamf Protect to limit USB Media access.
Posted on 08-01-2024 12:51 AM
We are looking into that possibility, however also discovered in iMazing there are alot more settings that we can apply to the restrictions profile. Anyone tried the below?
<key>allowiTunesFileSharing</key>
<false/>
Posted on 08-01-2024 05:41 AM
According to Apple it works on macOS 10.13 and newer, all you can do is try it and see what it does. If it does what you need, you are good to go, if not its time to move on.
allowi
Tunes File Sharing boolean
If
false
, the system disables iTunes file sharing services. Available in macOS 10.13 and later.Default:true
Posted on 08-01-2024 06:17 AM
If anyone else has this issue, I can confirm that if disabling this using a plist, File sharing is hidden in iTunes.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>allowiTunesFileSharing</key>
<false/>
</dict>
</plist>