Last active
October 8, 2019 21:16
-
-
Save jamesrampton/4503412 to your computer and use it in GitHub Desktop.
Clean up Mac OS X Open With menu
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/bash | |
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user | |
killall Finder |
What does this do ?
@paul-hammant If your "Open With" menu shows applications that are no longer installed, or shows some of them as duplicates, you can use that Terminal command to rebuild your LaunchServices database
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why Mac OS X doesn't do this after updating software I do not know