With the release of Adobe Reader DC and all its cloud integration, we decided to start looking more seriously at FeatureLockdown using /Library/Preferences/com.adobe.Reader.plist. The problem I'm having is that there are exactly two examples I can find out there and one of them doesn't really even apply to our environment. I'm by no means an XML expert, but I thought I was following the instructions pretty clearly. Can anyone help me out with why this XML file isn't working?
<?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>bUpdater</key> <false/> <key>bAcroSuppressUpsell</key> <true/> <key>cServices</key> <dict> <key>bUpdater</key> <false/> <key>bToggleAdobeDocumentServices</key> <true/> <key>bToggleWebConnectors</key> <true/> <key>bDisableSharePointFeatures</key> <true/> <key>bAdobeSendPluginToggle</key> <true/> </dict> <key>cSharePoint</key> <dict> <key>bDisableSharePointFeatures</key> <true/> </dict> </dict> </dict> </dict>


