Need script help to automate keyboard input into application
We are creating a kiosk device on Windows 10 Pro and need to pass keyboard input ( credentials ) into an application. Zero interaction from users is required.
I have researched, python, vbs, batch, powershell scripts.
Passing keyboard input to an app is possible with the languages mentioned in the question, as well as other languages, such as AutoHotkey, which was mentioned in the only reply at the question.