Setup Adobe Acrobat feature lockdown in jamf via plist

Kalpeshw
New Contributor III

I am looking for a pilist which has Adobe Acrobat feature lockdown settings in plist,

1 ACCEPTED SOLUTION

Kalpeshw
New Contributor III

resolve the issue after moving the plist file com.adobe.Reader.plist to <machine root>/Library/Preferences/.

View solution in original post

4 REPLIES 4

AJPinto
Honored Contributor III

Adobe is not well known for being enterprise friendly. I'm not seeing any public documentation for them about managed preferences, I would suggest reaching out on Adobes discussions forum or opening a ticket with Adobe themselves. As far as I am aware the only settings you can configure are set by the boxes you check when making the package in the admin console.

Kalpeshw
New Contributor III

Adobe support provided below example as below, but when I apply this plist via config policy it doesn't apply any changes in Adobe acrobat, any suggestions to do it differently?


<?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>DC</key>
<dict>
<key>FeatureLockdown</key>
<dict>
<key>bEnableGentech</key>
<false/>
<key>bShowWelcomeScreen</key>
<false/>
<key>bToggleFTE</key>
<false/>
<key>bToggleSophiaWebInfra</key>
<false/>
<key>bUpdater</key>
<false/>
<key>bWhatsNewExp</key>
<false/>
<key>bToggleSophiaWebInfra</key>
<false/>
</dict>
</dict>
</dict>
</plist>

Kalpeshw
New Contributor III

resolve the issue after moving the plist file com.adobe.Reader.plist to <machine root>/Library/Preferences/.