Posted on 08-14-2024 11:20 AM
I am looking for a pilist which has Adobe Acrobat feature lockdown settings in plist,
Solved! Go to Solution.
Posted on 08-21-2024 02:58 AM
resolve the issue after moving the plist file com.adobe.Reader.plist to <machine root>/Library/Preferences/.
Posted on 08-14-2024 11:40 AM
Posted on 08-15-2024 03:56 AM
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.
Posted on 08-20-2024 09:52 PM
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>
Posted on 08-21-2024 02:58 AM
resolve the issue after moving the plist file com.adobe.Reader.plist to <machine root>/Library/Preferences/.