Keepass URL scheme override

http://keepass.info/help/base/autourl.html
To use different browsers for entries, you can use URLs like the following:
cmd://{INTERNETEXPLORER} “http://www.yoursite.com”
cmd://{FIREFOX} “http://www.yoursite.com”
cmd://{OPERA} “http://www.yoursite.com”
cmd://{GOOGLECHROME} “http://www.yoursite.com”
cmd://{SAFARI} “http://www.yoursite.com”
———————————————————————————
Plugins: Google Sync Plugin, RDCAutoType (For Windows 2003 and Drac auto type)
————————————————————————————-
A URL scheme override must be created named “putty” in Tools –> Options –> Integration –> URL overrides
cmd://”C:\Program Files (x86)\putty.exe” -ssh {USERNAME}@{URL:RMVSCM} -pw {PASSWORD}
Remote Desktop Plus: https://www.donkz.nl/
A URL Scheme Override named “rdplus” must be created at Tools –> Options –> Integration –> URL overrides with the following value
cmd://”C:\Program Files\Remote Desktop Plus\rdp.exe” /v:{URL:RMVSCM} /u:{USERNAME} /p:{PASSWORD}
With the default installation of SSH Communications Security
cmd://”C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell\SshClient.exe” -h {URL:RMVSCM} -u {USERNAME}
Default Windows RDP client
cmd://mstsc.exe /v:{URL:RMVSCM}
Launching RDP from KeePass 2.x with auto-login (without using Remote Desktop Plus)
cmd://cmd /c “cmdkey /generic:TERMSRV/{URL:RMVSCM} /user:{USERNAME} /pass:{PASSWORD} && mstsc /v:{URL:RMVSCM} && timeout /t 5 /nobreak && cmdkey /delete:TERMSRV/{URL:RMVSCM}”
http://blog.bitcollectors.com/adam/2014/04/launching-rdp-keepass-2-x-auto-login/
cmd:// cmd /c “cmdkey /generic:TERMSRV/{URL:RMVSCM} /user:{USERNAME} /pass:{PASSWORD} && start /b mstsc /v:{URL:RMVSCM} && timeout /t 5 /nobreak && cmdkey /delete:TERMSRV/{URL:RMVSCM}”
http://www.nullsec.us/opening-rdp-sessions-from-keepass/
MSTSC is the Windows terminal server connection program (remote desktop connection). You can pass a path to an existing RDP file to the program to open it. For example, the following URL opens the specified RDP file:
cmd://mstsc.exe “C:\My Files\Connection.rdp”
http://keepass.info/help/base/autourl.html