I have tried for an hour to get my computer to shutdown with triggercmd and Alexa. I cant figure it out. I can run calculator, but cant even run Reboot that was a default trigger that came with the program. I have windows 7. I have updated triggercmd, installed background service, and addd to system path. I have tried with GUI command editor, and text editor. Here is what the text looks like for calculator, which works, open website, which works, and reboot and shutdown, which dont work.
"trigger": "Reboot in 10 seconds",
"command": "shutdown /r /t 10",
"ground": "background",
"voice": "reboot"
},
{
"trigger": "Calculator",
"command": "calc",
"ground": "foreground",
"voice": "calculator"
},
{
"trigger": "Launch a website",
"command": "start http://www.google.com",
"ground": "foreground",
"voice": "site"
},
{
"trigger": "shutdown",
"command": "-trigger "shutdown" -computer "pc"",
"ground": "background",
"voice": "shutdown"
Please help