Skip to content

Instantly share code, notes, and snippets.

@wulingyun
Created January 12, 2022 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wulingyun/6016b00b202797afb3d625d0cd5cf261 to your computer and use it in GitHub Desktop.
Save wulingyun/6016b00b202797afb3d625d0cd5cf261 to your computer and use it in GitHub Desktop.
Clean the Open With menu in macOS
cd /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support
./lsregister -kill -r -all local, system, user; killall Dock;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment