Hello, since I converted my putty sessions into ssh I can no longer use 'Edit Entries (Session Type Settings) in batch edit
this is the error
Thanks
Hello Marco,
which settings want you to configure?
Regards,
Min
In terminal Tab I need to modify Initial keypad mode from Default to normal
Hello Marco,
can you please try the following:
Mark the connections => Edit => Edit (Special Actions)... => Custom Powershell command => enter this command and click ok:
$connection.Terminal.KeypadMode = "Disable"
$RDM.Save();
Regards,
Min
Great !! It works
Thanks
Perfect, thanks for your feedback! ;)
Regards,
Min