You can add a new protocol in Windows, as described here .
This is especially good because it works in different browsers and does not require any specific browser settings.
Just be careful with this - adding a new protocol handler opens up potential, albeit very remote, vulnerabilities. When setting this parameter, never let the incoming URL be some kind of parameter for a common command interpreter (e.g. cmd ). Always associate it with an existing application that cannot do anything destructive without even using command line switches.
source share