Deciphering event log info that seems to occur right before whole system freezes

M

mac10warrior

No BSOD, no reset, the whole system just freezes. I've been having this issue off and on. Anyway, I looked in the event log and I think this is occurring right before the freeze:


From this morning:

Log Name: Application

Source: Microsoft-Windows-CertificateServicesClient-AutoEnrollment

Date: 11/28/2018 6:47:12 AM

Event ID: 64

Task Category: None

Level: Warning

Keywords: Classic

User: N/A

Computer: DESKTOP-P4KET5A

Description:

Certificate for local system with Thumbprint 3a 34 be a2 8c 8e a0 0e 81 1d ee 8d 7f 7b 94 f5 e2 80 31 34 is about to expire or already expired.

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

<System>

<Provider Name="Microsoft-Windows-CertificateServicesClient-AutoEnrollment" Guid="{F0DB7EF8-B6F3-4005-9937-FEB77B9E1B43}" EventSourceName="AutoEnrollment" />

<EventID Qualifiers="32768">64</EventID>

<Version>0</Version>

<Level>3</Level>

<Task>0</Task>

<Opcode>0</Opcode>

<Keywords>0x80000000000000</Keywords>

<TimeCreated SystemTime="2018-11-28T13:47:12.806492000Z" />

<EventRecordID>696</EventRecordID>

<Correlation />

<Execution ProcessID="0" ThreadID="0" />

<Channel>Application</Channel>

<Computer>DESKTOP-P4KET5A</Computer>

<Security />

</System>

<EventData>

<Data Name="Context">local system</Data>

<Data Name="ObjId">3a 34 be a2 8c 8e a0 0e 81 1d ee 8d 7f 7b 94 f5 e2 80 31 34</Data>

</EventData>

</Event>


From last night:

Log Name: Application

Source: Microsoft-Windows-CertificateServicesClient-AutoEnrollment

Date: 11/27/2018 5:59:13 PM

Event ID: 64

Task Category: None

Level: Warning

Keywords: Classic

User: N/A

Computer: DESKTOP-P4KET5A

Description:

Certificate for local system with Thumbprint 3a 34 be a2 8c 8e a0 0e 81 1d ee 8d 7f 7b 94 f5 e2 80 31 34 is about to expire or already expired.

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

<System>

<Provider Name="Microsoft-Windows-CertificateServicesClient-AutoEnrollment" Guid="{F0DB7EF8-B6F3-4005-9937-FEB77B9E1B43}" EventSourceName="AutoEnrollment" />

<EventID Qualifiers="32768">64</EventID>

<Version>0</Version>

<Level>3</Level>

<Task>0</Task>

<Opcode>0</Opcode>

<Keywords>0x80000000000000</Keywords>

<TimeCreated SystemTime="2018-11-28T00:59:13.686091900Z" />

<EventRecordID>641</EventRecordID>

<Correlation />

<Execution ProcessID="0" ThreadID="0" />

<Channel>Application</Channel>

<Computer>DESKTOP-P4KET5A</Computer>

<Security />

</System>

<EventData>

<Data Name="Context">local system</Data>

<Data Name="ObjId">3a 34 be a2 8c 8e a0 0e 81 1d ee 8d 7f 7b 94 f5 e2 80 31 34</Data>

</EventData>

</Event>

Continue reading...
 
Back
Top Bottom