4 weeks ago
I am looking for a pilist which has Adobe Acrobat feature lockdown settings in plist,
Solved! Go to Solution.
3 weeks ago
resolve the issue after moving the plist file com.adobe.Reader.plist to <machine root>/Library/Preferences/.
4 weeks ago
4 weeks ago
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.
3 weeks ago
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>
3 weeks ago
resolve the issue after moving the plist file com.adobe.Reader.plist to <machine root>/Library/Preferences/.