Created
April 19, 2013 18:29
-
-
Save msurguy/5422233 to your computer and use it in GitHub Desktop.
Fix for duplicate/old entries in Mac OS X "open with" menu. Copy and paste this snippet into the terminal and run it to fix those incorrect entries.
Relaunch Finder (control+option+click on Finder icon in the Dock)
This file contains hidden or 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
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/\ | |
LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local\ | |
-domain system -domain user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment