Created
June 4, 2013 16:26
-
-
Save askaidau/5707348 to your computer and use it in GitHub Desktop.
Fixes duplicates in OS X "open file with..." launcher.
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
#!/bin/sh | |
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/\ | |
LaunchServices.framework/Versions/A/Support/\ | |
lsregister -kill -r -domain local -domain user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference: http://osxdaily.com/2013/01/22/fix-open-with-menu-mac-os-x/