S
swvajanyatek
My brand new lenovo sporadically shuts down at some point after working hours. This happens every 2-3 days, and I can't find any pattern. How do I identify the shutdown cause(s)?
A fresh copy of windows was installed on this laptop on 2/17/21, and I've installed all of the Windows updates as well as the Lenovo System Update / Drivers manager. Everything seems to be up to date.
I found this Critical entry in the event logs, but I'm not sure what to make of it?
Continue reading...
A fresh copy of windows was installed on this laptop on 2/17/21, and I've installed all of the Windows updates as well as the Lenovo System Update / Drivers manager. Everything seems to be up to date.
I found this Critical entry in the event logs, but I'm not sure what to make of it?
- <Event xmlns="
">
- <System>
<Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331c3b3a-2005-44c2-ac5e-77220c37d6b4}" />
<EventID>41</EventID>
<Version>8</Version>
<Level>1</Level>
<Task>63</Task>
<Opcode>0</Opcode>
<Keywords>0x8000400000000002</Keywords>
<TimeCreated SystemTime="2021-02-25T01:16:34.4611268Z" />
<EventRecordID>64162</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="8" />
<Channel>System</Channel>
<Computer>mylenovo</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="BugcheckCode">59</Data>
<Data Name="BugcheckParameter1">0xc0000005</Data>
<Data Name="BugcheckParameter2">0x0</Data>
<Data Name="BugcheckParameter3">0x0</Data>
<Data Name="BugcheckParameter4">0x0</Data>
<Data Name="SleepInProgress">0</Data>
<Data Name="PowerButtonTimestamp">0</Data>
<Data Name="BootAppStatus">0</Data>
<Data Name="Checkpoint">0</Data>
<Data Name="ConnectedStandbyInProgress">true</Data>
<Data Name="SystemSleepTransitionsToOn">0</Data>
<Data Name="CsEntryScenarioInstanceId">0</Data>
<Data Name="BugcheckInfoFromEFI">true</Data>
<Data Name="CheckpointStatus">0</Data>
<Data Name="CsEntryScenarioInstanceIdV2">0</Data>
<Data Name="LongPowerButtonPressDetected">false</Data>
</EventData>
</Event>
Continue reading...