quanhaoH 2013-03-12
如果右键菜单的「打开方式」里出现了已不存在的应用程序或者重复的项目,打开终端,执行以下命令:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister-kill-r-domainlocal-domainsystem-domainuser
更新(感谢stage1st):如果是MountainLion(OSX10.8)则执行以下命令:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister-kill-r-domainlocal-domainsystem-domainuser
此命令的作用是重建LaunchServices的数据库,这样重复或无效的项目就会被清理掉了。
转载:http://opnir.com/233/delete-mac-os-x-open-with-duplicates-list