-
-
Save arbelt/a09f1020002f4b8ec0e2516afb9424dd to your computer and use it in GitHub Desktop.
Clean up Mac OS X Open With menu
This file contains 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment