Skip to content

Instantly share code, notes, and snippets.

@CypherpunkSamurai
Forked from dbcooper/per-user-telnet.reg
Created December 15, 2025 17:37
Show Gist options
  • Select an option

  • Save CypherpunkSamurai/c850d4a5c712c12048e59c28859e3321 to your computer and use it in GitHub Desktop.

Select an option

Save CypherpunkSamurai/c850d4a5c712c12048e59c28859e3321 to your computer and use it in GitHub Desktop.
Per-user telnet URL association for Windows
Windows Registry Editor Version 5.00
; Per-user telnet URL mapping
;
; Works w/ Firefox and Chrome under Windows 7
;
; Be sure to replace the path to PuTTY with the correct destination
;
[HKEY_CURRENT_USER\Software\Classes\telnet]
@="URL:telnet protocol"
"URL Protocol"=""
[HKEY_CURRENT_USER\Software\Classes\telnet\DefaultIcon]
@="\"C:\\Program Files\\PuTTY\\putty.exe\""
[HKEY_CURRENT_USER\Software\Classes\telnet\Shell]
[HKEY_CURRENT_USER\Software\Classes\telnet\Shell\Open]
[HKEY_CURRENT_USER\Software\Classes\telnet\Shell\Open\Command]
@="\"C:\\Program Files\\PuTTY\\putty.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment