<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Reboot (foreground)]]></title><description><![CDATA[<p dir="auto">"Reboot in 10 seconds" is one of the built-in commands, but it only works if you install the <a href="https://www.triggercmd.com/forum/topic/15/what-s-the-difference-between-background-and-foreground-commands">background service</a>.</p>
<pre><code>{"trigger":"Reboot in 10 seconds","command":"shutdown /r /t 10","ground":"background","voice":"reboot"},
</code></pre>
<p dir="auto">So I added this <strong>Reboot (foreground)</strong> command to the examples under Browse Examples for people who don't want to install the background service:</p>
<pre><code>{"trigger":"Reboot (foreground)","command":"shutdown /r /t 1","ground":"foreground","voice":"reboot"},
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/topic/1190/reboot-foreground</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 00:24:31 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/1190.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 20 Feb 2021 17:26:21 GMT</pubDate><ttl>60</ttl></channel></rss>