Installing Unsigned drivers
问题 I am trying to automate some stuff where I am installing certain drivers. However as the drivers are unsigned I am seeing attached security dialogue. I want to automate and click "Install" or "Don't Install" on the security dialog. Till now I have tried certain options like pywinauto, WASP and AutoIt but nothing seemed to work. Below are the options I have tried so far: WASP Select-Window -title "Windows Security"| Set-WindowActive | Send-Keys "%n" Select-Window -title "Windows Security | Set