Skip to content

Instantly share code, notes, and snippets.

@jonsuh
Created November 19, 2012 16:35
Show Gist options
  • Save jonsuh/4111685 to your computer and use it in GitHub Desktop.
Save jonsuh/4111685 to your computer and use it in GitHub Desktop.
Remove Duplicates from the Open With Menu in Finder on OS X
killall Finder
/System/Library/Frameworks/ApplicationServices.framework/\Frameworks/LaunchServices.framework/Support/lsregister \-kill -r -domain local -domain system -domain user
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/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