• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Reboot (foreground)

Windows
1
1
1.3k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    Russ
    last edited by Russ Feb 20, 2021, 5:30 PM Feb 20, 2021, 5:26 PM

    "Reboot in 10 seconds" is one of the built-in commands, but it only works if you install the background service.

    {"trigger":"Reboot in 10 seconds","command":"shutdown /r /t 10","ground":"background","voice":"reboot"},
    

    So I added this Reboot (foreground) command to the examples under Browse Examples for people who don't want to install the background service:

    {"trigger":"Reboot (foreground)","command":"shutdown /r /t 1","ground":"foreground","voice":"reboot"},
    

    Russell VanderMey

    1 Reply Last reply Reply Quote 0
    1 out of 1
    • First post
      1/1
      Last post