Skip to content

Instantly share code, notes, and snippets.

@atomkirk
Last active December 22, 2015 20:08
Show Gist options
  • Save atomkirk/6523925 to your computer and use it in GitHub Desktop.
Save atomkirk/6523925 to your computer and use it in GitHub Desktop.
Fixing your "Open With..." on Mac OS X so there are no duplicates.

Run this command in Terminal.app to remove duplicate items in your "Open With…" menu on OS X.

/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
@atomkirk
Copy link
Author

I've run this command almost weekly for months, it's safe and it works great.

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