-
-
Save controlcde/5707851 to your computer and use it in GitHub Desktop.
Terminal-Befehl zur Entfernung doppelter Einträge im Menü "Öffnen mit..." unter Mac OS X - danach wird der Finder beendet und startet sich selbst neu.
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/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