How can I add a custom url handler on Windows. Like iTunes itms://

If it’s simple, you can do it via the command line:

ftype telnet # view current binding
ftype telnet=\path\to\putty.exe %1

Otherwise you’ll need to use the registry as previously posted.

Leave a Comment