<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How can i tell the difference between hibernate state and power off state? in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855071#M1806</link>
    <description>I want to get remote pc's state, by using ExecuteGetSystemPowerstate() under the SDK5.0. However, the return value, response.SystemPowerState, is 5 in both hibernate state and power off state.&lt;BR /&gt;How can i tell the difference between these two state? When the computer in hibernate state, how can i get a correct return value. Is that value will be 4?&lt;BR /&gt;i knew the value is 0 when the computer is working, and the value is 3 when the computer is sleeping or in standby state.i can got the value correctly in that 3 conditions by using ExecuteGetSystemPowerstate() under the SDK5.0.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
    <pubDate>Thu, 16 Jul 2009 09:09:39 GMT</pubDate>
    <dc:creator>whflq1</dc:creator>
    <dc:date>2009-07-16T09:09:39Z</dc:date>
    <item>
      <title>How can i tell the difference between hibernate state and power off state?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855071#M1806</link>
      <description>I want to get remote pc's state, by using ExecuteGetSystemPowerstate() under the SDK5.0. However, the return value, response.SystemPowerState, is 5 in both hibernate state and power off state.&lt;BR /&gt;How can i tell the difference between these two state? When the computer in hibernate state, how can i get a correct return value. Is that value will be 4?&lt;BR /&gt;i knew the value is 0 when the computer is working, and the value is 3 when the computer is sleeping or in standby state.i can got the value correctly in that 3 conditions by using ExecuteGetSystemPowerstate() under the SDK5.0.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Thu, 16 Jul 2009 09:09:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855071#M1806</guid>
      <dc:creator>whflq1</dc:creator>
      <dc:date>2009-07-16T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can i tell the difference between hibernate state and p</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855072#M1807</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/418007"&gt;whflq1&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I want to get remote pc's state, by using ExecuteGetSystemPowerstate() under the SDK5.0. However, the return value, response.SystemPowerState, is 5 in both hibernate state and power off state.&lt;BR /&gt;How can i tell the difference between these two state? When the computer in hibernate state, how can i get a correct return value. Is that value will be 4?&lt;BR /&gt;i knew the value is 0 when the computer is working, and the value is 3 when the computer is sleeping or in standby state.i can got the value correctly in that 3 conditions by using ExecuteGetSystemPowerstate() under the SDK5.0.&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi whflq1,&lt;BR /&gt;&lt;BR /&gt;Look at the WebUI from your AMT system, or get the DTK and look at the power state when you do a hibernate, and see if those sources show the state as S4 correctly. If either of those sources show an S4 as being an S4, then that means that the BIOS on your system isn't correctly updating the power state registers on a hibernate.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Roger</description>
      <pubDate>Thu, 16 Jul 2009 14:24:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855072#M1807</guid>
      <dc:creator>RBens2</dc:creator>
      <dc:date>2009-07-16T14:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can i tell the difference between hibernate state and p</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855073#M1808</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/406334"&gt;rogerb&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi whflq1,&lt;BR /&gt;&lt;BR /&gt;Look at the WebUI from your AMT system, or get the DTK and look at the power state when you do a hibernate, and see if those sources show the state as S4 correctly. If either of those sources show an S4 as being an S4, then that means that the BIOS on your system isn't correctly updating the power state registers on a hibernate.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Roger&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The DTK shows the state as S5 when i do a hibernate. What can i do now?&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 17 Jul 2009 03:13:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855073#M1808</guid>
      <dc:creator>whflq1</dc:creator>
      <dc:date>2009-07-17T03:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can i tell the difference between hibernate state and p</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855074#M1809</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/418007"&gt;whflq1&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I want to get remote pc's state, by using ExecuteGetSystemPowerstate() under the SDK5.0. However, the return value, response.SystemPowerState, is 5 in both hibernate state and power off state.&lt;BR /&gt;How can i tell the difference between these two state? When the computer in hibernate state, how can i get a correct return value. Is that value will be 4?&lt;BR /&gt;i knew the value is 0 when the computer is working, and the value is 3 when the computer is sleeping or in standby state.i can got the value correctly in that 3 conditions by using ExecuteGetSystemPowerstate() under the SDK5.0.&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;If the DTK shows the powerstate as S5 when you do a hibernate, then the problem is in your system BIOS. When the system goes into S4 the BIOS is supposed to set the contents of a register to let AMT know that the system is in S4 instead of S5, because from a system point of view there is no difference between the two powerstates. So, it looks like you should contact your system vendor and report an issue with the way that they save the powerstate.</description>
      <pubDate>Fri, 17 Jul 2009 13:40:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-can-i-tell-the-difference-between-hibernate-state-and-power/m-p/855074#M1809</guid>
      <dc:creator>RBens2</dc:creator>
      <dc:date>2009-07-17T13:40:30Z</dc:date>
    </item>
  </channel>
</rss>

