I have some files that have an association I want to remove. I also don't have an alternative association which would be easier. Anyway to remove the associations with a file type?
I have some files that have an association I want to remove. I also don't have an alternative association which would be easier. Anyway to remove the associations with a file type?
So if you don't have an alternate application you want to use with those files, how will you open them? What would be the purpose of eliminating a file association without replacing it with another? To change them is simple: Get Info on a file of that type and change the "Open with" to whatever application you choose.
I have quite some binary data files kicking around that are associated with all kinds of weird and incorrect applications, I can't really open these files, or associate them with another application, so I just want to remove the current faulty associations.
"Launch Manager" is responsible for opening files based on associations. Launch Manager settings are held in ~/Library/Preferences/com.apple.LaunchServices.plist. Some associations are cached in /Library/Caches/com.apple.LaunchServices*.csstore (the exact name varies with OS version). To remove the offending association:
rename/move the cache(s) (you could delete, but a rename/move is safer)
restart
open the LaunchServices preferences in the Property List Editor
search for and remove the association for the binary files.
It's possible there's another location where file associations are stored, but I don't know where it is if it exists.
I had to leave before finishing my post about editing com.apple.LaunchServices.plist (in particular, notes about Property List Editor being in the Development tools on the OSX DVDs). As RCPrefPane includes a "<disable>" option for file extension associations, it's much better than my mucking about with plists.