Batch Processing -> Standard Action -> Edit

Batch Processing -> Standard Action -> Edit

avatar

Hello,

i have imported my KeePass DB into RDPM. I would like to change the standard Action for a double click on the entry. How can i do this with batch processing. There are a lot of entrys. I would like the same behavior like in keepass if i double click the entry. Thanks

2018-05-30_08h26_37.png

All Comments (3)

avatar

Hello Thomas,

if you want to change the Default action behaviour (for all credentials entries) you can configure it here:

Datei => Optionen => Typen ==> Allgemein => Anmeldeinformationseintrag Aktion

If you want to change the setting only for some credential entries you can do it with a custom PowerShell command - enter this command and click ok:

$connection.Credentials.DefaultAction = "Edit"
$RDM.Save();

Regards,
Min

avatar

Thanks for your quick response. It works! :)

avatar

I'm glad to hear that - you're welcome ;)

Regards,
Min