I am looking for a pilist which has Adobe Acrobat feature lockdown settings in plist,
this? https://community.jamf.com/t5/jamf-pro/customizing-settings-for-adobe-reader-and-acrobat/m-p/189799
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.
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>
resolve the issue after moving the plist file com.adobe.Reader.plist to <machine root>/Library/Preferences/.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.