I would like telnet://blah to open putty and not the native windows telnet client.
I don\'t even know what this \'feature\' is called under windows so I\'m having no
You can use following script: https://gist.github.com/sbiffi/11256316
It associates telnet:// and ssh:// URLs to a script which parses the parameters in the URL and launches putty.
No need to change putty It also supports passing login (and password for ssh).