Skip to content

Instantly share code, notes, and snippets.

@svyatov
Last active December 9, 2015 19:49
Show Gist options
  • Save svyatov/4319873 to your computer and use it in GitHub Desktop.
Save svyatov/4319873 to your computer and use it in GitHub Desktop.
Remove duplicated & old items form "Open with..." menu in Mac OS X (Mountain Lion included)

In terminal:

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

Then restart Finder: Alt + Right Click on Finder icon, then select Relaunch (at the menu's bottom).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment