Rebuilding LaunchServices database

May 9, 2008 at 10:23 am | In COCOA | Leave a Comment
Tags: , ,
If your "Open With" menu shows applications that are no longer
installed, or shows some of them as duplicates, you can use the
following Terminal command to rebuild your LaunchServices database:

/System/Library/Frameworks/ApplicationServices.framework/\
Frameworks/LaunchServices.framework/Support/lsregister \
-kill -r -domain local -domain system -domain user

Adding an Application entry to the loginwindow.plist

May 8, 2008 at 9:04 am | In COCOA | 1 Comment
Tags: , , ,

Adding an Application entry to the loginwindow.plist

/usr/bin/osascript -e “tell application \”System Events\” to make new login item with properties { path: applicationPath, hidden:false } at end”

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.