@André-Ricardo-da-Costa, thanks for confirming you're using 32bit Windows. That explains why you can't use the normal installer.

Are those spaces actually in your commands.json file? I can tell from that output that there's some invalid json in your commands.json file. That's why the agent is trying to restore your backup commands.json.

If you're adding the spaces because this forum software changes your text, you can show me your exact text by putting 3 back-ticks before and after your text: ```

That's what I did here:

[ { "trigger": "Calculator", "command": "calc", "ground": "foreground", "voice": "calculator" }, { "trigger": "Zoom", "command": "C:\\Users\\MY TV\\AppData\\Roaming\\Zoom\\bin\\Zoom.exe", "ground": "foreground", "voice": "zoom", "voiceReply": "", "allowParams": "false" } ]

I think the above commands.json should work for you. Please try using only that text in your commands.json.