Batch edit

avatar
marco05
Disabled

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

All Comments (5)

avatar

Hello Marco,

which settings want you to configure?

Regards,
Min

avatar

In terminal Tab I need to modify Initial keypad mode from Default to normal

avatar

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

avatar

Great !! It works

Thanks

avatar

Perfect, thanks for your feedback! ;)

Regards,
Min