<p>58 et 59 sont simplement des identifiants de session sequentiels qui commencent a 0 au demarrage.</p>
<p>Pour obtenir l’<a href="https://www.elevenforum.com/t/event-viewer-kernel-power-the-system-session-has-transitioned-from-0-to-1.17365/post-333638">etat d’alimentation</a> de ces sessions, consultez l’onglet Details.</p>
<pre><code class="lang-auto">+ System
- EventData
BootId 47
Reason 20
PreviousSessionId 23
PreviousSessionType 3
PreviousSessionDurationInUs 122364356
PreviousEnergyCapacityAtStart 109
PreviousFullEnergyCapacityAtStart 40855
PreviousEnergyCapacityAtEnd 22361
PreviousFullEnergyCapacityAtEnd 41181
NextSessionId 24
NextSessionType 1
PowerStateAc true
MonitorReason 20
</code></pre>
<p>PreviousSessionType 3 vers NextSessionType 1 signifie le reveil depuis l’etat de veille 2.</p>
<pre><code class="lang-auto">2: kd> dt SYSTEM_POWER_STATE
nt!SYSTEM_POWER_STATE
PowerSystemUnspecified = 0n0
PowerSystemWorking = 0n1
PowerSystemSleeping1 = 0n2
PowerSystemSleeping2 = 0n3
PowerSystemSleeping3 = 0n4
PowerSystemHibernate = 0n5
PowerSystemShutdown = 0n6
PowerSystemMaximum = 0n7
</code></pre>
<p>La raison 32 <a href="https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/ne-wdm-power_monitor_request_reason">semble etre</a> <code>MonitorRequestReasonUserInputMouse</code>. Windows 11 affiche maintenant le nom de la raison dans l’onglet General, 20 etant “Reason SxTransition”.</p>