Apple - Problem with "Always Open With" in OS X

From the Finder, select a PDF file, open the Info panel (FileGet Info or I), select your preferred application and then click Change All…

change all


If you want to mess with all filetypes and "who opens what", there is a freeware System Preference Pane called RCDefaultApp that works in Snow Leopard, Leopard, Tiger and Panther.

You can change pretty much any type of resource, for example you can tell that “Acorn” opens png by default or that the default app for the extension “jpg” should be Preview.app, etc.

It also handles MIME types, URLs, and Media.


I had this problem today as well (Mavericks) but the solutions here didn't work. This is due to a corrupt services cache. I ran the following command in terminal and things started working again

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user

So if anyone the answers don't work for you, run this command and then it should be fine after that