@Russ I'm trying to get this to work on an old (out of date) Win10 micro-PC that's x86.

{"trigger":"Users","command":"schtasks.exe /run /tn users","ground":"background","voice":"users"},

Here's the command in the JSON file. If I run the schtasks from a command prompt, it works. If I try to trigger this, it doesn't. Am I missing some syntax?

(The goal is to run a batch file at c:\ which deletes a file in Program Files and replaces it with a backup.)

EDIT: Just needed to change it to Foreground 🤦🏻‍♂️