Skip to content

Instantly share code, notes, and snippets.

@sooop
Created May 21, 2013 16:31
Show Gist options
  • Save sooop/5621200 to your computer and use it in GitHub Desktop.
Save sooop/5621200 to your computer and use it in GitHub Desktop.
파인더에서 "다음으로 열기..." 시 중복된 앱 이름이 나타나는 문제를 수정하는 터미널 명령어.
#!/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