Posted on 12-14-2013 11:13 AM
Does anyone know how to get Acrobat to stop prompting the user to become the default app for opening PDF files? I do not want it as the default, and I want it to stop bugging people.
Posted on 12-14-2013 07:32 PM
Hi
You should be able to set Preview as the default using duti.
Here is a discussion to set Acrobat Pro, you just need to change bits to reflect for Preview
https://jamfnation.jamfsoftware.com/discussion.html?id=8349
Not sure if that will stop the prompts but you can give it a go eh?
Posted on 12-15-2013 03:14 PM
We use a MCX fro that (Casper v8.xx);
Domain: com.adobe.Reader
Key Name: 11
Key Type: Enter Manually (Array or Dictionary)
Value:
<dict>
<key>EULAAccepted</key>
<true/>
<key>AVAlert</key>
<dict>
<key>Checkbox</key>
<array>
<integer>8</integer>
<dict>
<key>OptionToOwn</key>
<array>
<integer>1</integer>
<integer>1</integer>
</array>
</dict>
</array>
</dict>
</dict>
Or you can push the com.adobe.Reader file.
Posted on 12-16-2013 06:44 AM
cool thanks
Posted on 12-16-2013 07:07 AM
One thing to note with managing Reader/Acrobat preferences using MCX: because Adobe nests the entire application's preferences under a single top-level key ('11' in this case), if you choose to manage this preference "Often", you will be discarding the user's preferences every time they log in, beause all of the user's preferences are being saved to keys nested within this key.
Posted on 12-16-2013 09:12 AM
I'm home sick today so I can't try it, but Preview is already the default app, but nothing is explicitly declared. @tkimpton If I set Preview as default via MCX, you're saying Acrobat will stop asking?