Hello everyone,
I’d like to know if it’s possible to send multiple input at the same time when using vsphere-clone plugin. I’m trying to connect on a Windows 2019 Core Server with a lock screen which can be open with CTRL+ALT+DEL. Currently my code is :
boot_command = [
"<wait30><leftCtrl><leftAlt><del>",
"administrator<tab>",
"password<enter>"
]
But I need the three inputs to be sent simultaneously and not one by one. Has anyone faced the same issue ?
Thanks, Pijo