I have a laptop issue, in that my Windows 7 (64-bit), with latest updates, restarts itself every morning at exactly 12:13:15 AM. This started after uninstalling .NET Framework 4.5, reinstalling 4.0, getting latest updates. Some other applications (Microsoft Lync, TeamViewer) also received updates.
One evening, I stopped all non-system-critical processes and services and the system did NOT restart itself. How can I track down which process/service is causing the restart?
Event Viewer shows only this:
- <Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="USER32" />
<EventID Qualifiers="32768">1074</EventID>
<Level>4</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-05-12T05:13:14.000000000Z" />
<EventRecordID>228088</EventRecordID>
<Channel>System</Channel>
<Computer>TULL7SEABRO.*****.com</Computer>
<Security UserID="S-1-5-20" />
</System>
- <EventData>
<Data>C:\Windows\system32\shutdown.exe (TULL7SEABRO)</Data>
<Data>TULL7SEABRO</Data>
<Data>No title for this reason could be found</Data>
<Data>0x800000ff</Data>
<Data>restart</Data>
<Data />
<Data>NT AUTHORITY\NETWORK SERVICE</Data>
<Binary>FF000080000000000000000000000000000000000000000000000000000000000000000000000000</Binary>
</EventData>
</Event>