Skip to content

Instantly share code, notes, and snippets.

@msurguy
Created April 19, 2013 18:29
Show Gist options
  • Save msurguy/5422233 to your computer and use it in GitHub Desktop.
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)
/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