<?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[Suspend]]></title><description><![CDATA[<p dir="auto">How do I enable the "suspend" command?<br />
Como eu habilito o comando suspender ?</p>
]]></description><link>https://www.triggercmd.com/forum/topic/1412/suspend</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 16:20:59 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/1412.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 May 2021 22:48:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Suspend on Tue, 01 Jun 2021 01:25:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/8661">@Mateus-Alves</a>, I learned from <a href="https://superuser.com/questions/42124/how-can-i-put-the-computer-to-sleep-from-command-prompt-run-menu" rel="nofollow ugc">here</a> that this command will hybernate your computer by default.</p>
<pre><code>rundll32.exe powrprof.dll,SetSuspendState 0,1,0
</code></pre>
<p dir="auto">But, if you first run this command in an elevated cmd window (that your ran by right clicking Command Prompt, and clicking "Run as administrator"), the above command will suspend your computer instead of hybernate it.</p>
<pre><code>powercfg -hibernate off
</code></pre>
<p dir="auto">If anyone reading this doesn't know the difference between suspend and hybernate:</p>
<ul>
<li>
<p dir="auto"><strong>Suspend</strong> does not turn off your computer. It puts the computer and all peripherals on a low power consumption mode. If the battery runs out or the computer turns off for some reason, the current session and unsaved changes will be lost.</p>
</li>
<li>
<p dir="auto"><strong>Hibernate</strong> saves the state of your computer to the hard disk and completely powers off. When resuming, the saved state is restored to RAM.</p>
</li>
</ul>
<p dir="auto">I found that <a href="https://askubuntu.com/questions/3369/what-is-the-difference-between-hibernate-and-suspend#:~:text=Suspend%20does%20not%20turn%20off,a%20low%20power%20consumption%20mode.&amp;text=Hibernate%20saves%20the%20state%20of,disk%20and%20completely%20powers%20off." rel="nofollow ugc">here</a>.</p>
]]></description><link>https://www.triggercmd.com/forum/post/4123</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/4123</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Tue, 01 Jun 2021 01:25:18 GMT</pubDate></item></channel></rss>