ZeroTrace HID
Disable Caps Lock
Auto-clear Caps Lock before script execution
Toggle Settings → Disable Caps Lock. With it on, the firmware checks the host's Caps Lock state before every script run and clears it if active.
This prevents the most common silent payload failure: a script that types whoami ends up typing WHOAMI because the host had Caps Lock on, breaking case-sensitive commands or password fields.
The check uses the standard HID lock-state report and works on every supported OS. It adds under 5 ms to script start time.