I was trying to find a way to open the EVE-NG's telnet://A.B.C.D:xxx
links directly via MobaXterm (Actually, Putty and SecureCRT work fine on my machine).
But when I installed the software, I even cannot see that option in the Default Apps window (Choose default apps by protocol, Windows 10). So, like SecureCRT I create a .reg file like below,
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\MobaXterm.telnet]
@="telnet"
[HKEY_CURRENT_USER\SOFTWARE\Classes\MobaXterm.telnet\DefaultIcon]
@="C:\\Program Files (x86)\\Mobatek\\MobaXterm\\MobaXterm.exe, 0"
[HKEY_CURRENT_USER\SOFTWARE\Classes\MobaXterm.telnet\shell]
[HKEY_CURRENT_USER\SOFTWARE\Classes\MobaXterm.telnet\shell\open]
[HKEY_CURRENT_USER\SOFTWARE\Classes\MobaXterm.telnet\shell\open\command]
@="\"C:\\Program Files (x86)\\Mobatek\\MobaXterm\\MobaXterm.exe\" /T %1"
[HKEY_CURRENT_USER\SOFTWARE\MobaXterm]
[HKEY_CURRENT_USER\SOFTWARE\MobaXterm\Capabilities]
[HKEY_CURRENT_USER\SOFTWARE\MobaXterm\Capabilities\URLAssociations]
"telnet"="MobaXterm.telnet"
[HKEY_CURRENT_USER\SOFTWARE\RegisteredApplications]
"MobaXterm"="Software\\MobaXterm\\Capabilities"
Then, I can see the MobaXterm option in the Default Apps. After changing the default program, the new terminal can be invoked immediately when clicking the EVE-NG icon on browser, but it still cannot connect to the running device. That is to say, MobaXterm can pop up automatically, but I can only see the starting interface of the software, and still cannot manipulate the device.
I am not sure if it is because the parameters added to the Registry Key are not correct (like "/t, %h, %p"). Can anyone give some advice to me?
Thanks in advance!