编程语言
首页 > 编程语言> > telnet ssh 默认程序关联

telnet ssh 默认程序关联

作者:互联网

telnet ssh 默认程序关联

 

"\"C:\\Program Files (x86)\\NetSarang\\Xmanager Enterprise 5\\Xshell.exe\"

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\telnet]
@="URL:Telnet Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\Xshell.telnet]
@="SSH application"

[HKEY_CLASSES_ROOT\xshell.telnet\shell]

[HKEY_CLASSES_ROOT\xshell.telnet\shell\open]

[HKEY_CLASSES_ROOT\xshell.telnet\shell\open\command]
@="\"C:\\Program Files\\xshell\\xshell.exe\"  %1"

[HKEY_LOCAL_MACHINE\SOFTWARE\xshell]

[HKEY_LOCAL_MACHINE\SOFTWARE\xshell\capabilities]

[HKEY_LOCAL_MACHINE\SOFTWARE\xshell\capabilities\URLassociations]
"telnet"="xshell.telnet"

[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"xshell"="software\\xshell\\capabilities"


[HKEY_CLASSES_ROOT\ssh]
@="URL:ssh Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\Xshell.ssh]
@="SSH application"

[HKEY_CLASSES_ROOT\xshell.ssh\shell]

[HKEY_CLASSES_ROOT\xshell.ssh\shell\open]

[HKEY_CLASSES_ROOT\xshell.ssh\shell\open\command]
@="\"C:\\Program Files\\xshell\\xshell.exe\"  %1"

[HKEY_LOCAL_MACHINE\SOFTWARE\xshell]

[HKEY_LOCAL_MACHINE\SOFTWARE\xshell\capabilities]

[HKEY_LOCAL_MACHINE\SOFTWARE\xshell\capabilities\URLassociations]
"ssh"="xshell.ssh"

[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"xshell"="software\\xshell\\capabilities"

 

"\"C:\\Program Files\\VanDyke Software\\SecureCRT\\SecureCRT.exe\" /T %1"

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\telnet]
@="URL:Telnet Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\SecureCRT.telnet]
@="telnet application"

[HKEY_CLASSES_ROOT\SecureCRT.telnet\shell]

[HKEY_CLASSES_ROOT\SecureCRT.telnet\shell\open]

[HKEY_CLASSES_ROOT\SecureCRT.telnet\shell\open\command]
@="\"C:\\Program Files\\VanDyke Software\\SecureCRT\\SecureCRT.exe\" /T %1"

[HKEY_LOCAL_MACHINE\SOFTWARE\SecureCRT]

[HKEY_LOCAL_MACHINE\SOFTWARE\SecureCRT\capabilities]

[HKEY_LOCAL_MACHINE\SOFTWARE\SecureCRT\capabilities\URLassociations]
"telnet"="SecureCRT.telnet"

[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"SecureCRT"="software\\SecureCRT\\capabilities"


[HKEY_CLASSES_ROOT\ssh]
@="URL:ssh Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\SecureCRT.ssh]
@="SSH application"

[HKEY_CLASSES_ROOT\SecureCRT.ssh\shell]

[HKEY_CLASSES_ROOT\SecureCRT.ssh\shell\open]

[HKEY_CLASSES_ROOT\SecureCRT.ssh\shell\open\command]
@="\"C:\\Program Files\\VanDyke Software\\SecureCRT\\SecureCRT.exe\" /T %1"

[HKEY_LOCAL_MACHINE\SOFTWARE\SecureCRT]

[HKEY_LOCAL_MACHINE\SOFTWARE\SecureCRT\capabilities]

[HKEY_LOCAL_MACHINE\SOFTWARE\SecureCRT\capabilities\URLassociations]
"ssh"="SecureCRT.ssh"

[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"SecureCRT"="software\\SecureCRT\\capabilities"

 

========= End

 

标签:HKEY,默认,CLASSES,telnet,ssh,xshell,SecureCRT,ROOT
来源: https://www.cnblogs.com/lsgxeva/p/16075549.html