Skip to content

Instantly share code, notes, and snippets.

@msabramo
Created January 4, 2011 02:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msabramo/764287 to your computer and use it in GitHub Desktop.
Save msabramo/764287 to your computer and use it in GitHub Desktop.
How to force the OS X Services menu to rebuild itself; a good thing to try if your Services menu is stuck saying "Building..."
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
# - or -
launchctl stop com.apple.pbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment