I just made a basic test script to open a notepad file. It works fine when the computer is unlocked but when the computer is locked (WIN+L) it doesnt seem to fire. The lights change as they should and I can hear the beep sound like the commands are being rejected.
I would expect with this script that when I unlock the computer I would see an open notepad window.
Thanks in advance for any help?
#!/bin/bash
LED R
ATTACKMODE HID
LED R G
Q DELAY 3000
Q GUI r
Q DELAY 500
Q STRING notepad.exe
Q ENTER
REM QUACK switch1/ducky.txt
LED G 500