<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 16, 2018 at 2:57 PM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com" target="_blank">rjones@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So assuming the answer to the previous question was _yes_ ...<br>
<br>
Then there are various ways to force a full shutdown either one-off or<br>
permanently.  Can you work out what works and submit a documentation<br>
patch to improve things for Windows >= 8?<br>
<br>
(1) Try this command: shutdown /s /t 0<br>
<br>
Because the /hybrid option is not present it should force a full shutdown.<br>
<br>
(2) From the GUI use [Shift] + shutdown option:<br>
<br>
(<a href="https://blogs.technet.microsoft.com/askperf/2012/10/25/windows-8-windows-server-2012-faster-boot-process/" rel="noreferrer" target="_blank">https://blogs.technet.<wbr>microsoft.com/askperf/2012/10/<wbr>25/windows-8-windows-server-<wbr>2012-faster-boot-process/</a>)<br>
<br>
For permanently disabling hibernation:<br>
<br>
(3) Use: powercfg /hibernate off<br>
<br>
(4) Use: reg add "HKLM\SYSTEM\<wbr>CurrentControlSet\Control\<wbr>Session Manager\Power" /v HiberbootEnabled /t REG_DWORD /d "0" /f<br>
<br>
(3) & (4) might be equivalent, I'm not very clear and don't have a<br>
convenient way to test right now.<br></blockquote><div><br></div><div>Verified with (3) and it seems to work. Still the message is not indicating what is the issue when hibernate is enabled so thank you for opening BZ.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
Rich.<br>
<br>
-- <br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" rel="noreferrer" target="_blank">http://people.redhat.com/~<wbr>rjones</a><br>
Read my programming and virtualization blog: <a href="http://rwmj.wordpress.com" rel="noreferrer" target="_blank">http://rwmj.wordpress.com</a><br>
</span>virt-df lists disk usage of guests without needing to install any<br>
software inside the virtual machine.  Supports Linux and Windows.<br>
<a href="http://people.redhat.com/~rjones/virt-df/" rel="noreferrer" target="_blank">http://people.redhat.com/~<wbr>rjones/virt-df/</a><br>
</blockquote></div><br></div></div>