I'm working on an application which should handle particulr url types (liked ed2k for emule or magnet for torrent). Recently I decided to change this url type from abcd to a more speaking word. Using RCDefaultApp I'm able to change (or disable) the URL handler, but not to remove the protocol from the list and I'm wondering how to delete that old entry. I'm using Mac OS X Snow Leopard.

link|improve this question
feedback

1 Answer

Edit ~/Library/Preferences/com.apple.LaunchServices.plistin Property List Editor (part of Apple's developer tools) and remove the entry in LSHandlers with the LSHandlerURLScheme in question.

E.g. you'd select and delete Item 12 if you wanted to remove mailto associations on my system:

enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.