Last active
September 17, 2024 10:46
-
-
Save amandaw33/0449071f4dc087e9c0c1a391e2443de3 to your computer and use it in GitHub Desktop.
Acrobat Pro DC plist to disable updating, cloud services etc - more info on keys: http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Macintosh/Workflows.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>cServices</key> | |
<dict> | |
<key>bToggleAdobeDocumentServices</key> | |
<true/> | |
<key>bToggleSendAndTrack</key> | |
<true/> | |
<key>bToggleWebConnectors</key> | |
<true/> | |
<key>bUpdater</key> | |
<false/> | |
</dict> | |
<key>cCloud</key> | |
<dict> | |
<key>bAdobeSendPluginToggle</key> | |
<true/> | |
</dict> | |
</dict> | |
</dict> | |
</dict> | |
</plist> |
Hello
I replace the .plist. If it works I will see in a couple of days/weeks. Only one strange behaviour. In the Settings of Acrobat nothing change to the auto update settings. Is this a normal behaviour?
Further one question: What I don't unterstand ist that in an Unpatched Version you can disable the auto update but in a Patched Version this disabling doesn't work by deactivate the checkbox? What is gone wrong with the Patcher?
I've the same issue! :-/
I've noticed that every time I open Acrobat, the file in question (com.adobe.Acrobat.Pro.plist) is replaced with default binary file.
Any preferences are reset to the default.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome work please update as needed :)