You can safely ignore an Event ID: 11 Warning where there is no entry in the data line.
Event 11 Wininit warning
I'm troubleshooting my father's computer after rolling back to Windows 7. I keep getting the follow warning from Event viewer:
Log Name: System
Source: Microsoft-Windows-Wininit
Date: 10/13/2015 9:38:57 AM
Event ID: 11
Task Category: None
Level: Warning
Keywords:
User: SYSTEM
Computer: Premier-AMD-PC
Description:
Custom dynamic link libraries are being loaded for every application. The system administrator should review the list of libraries to ensure they are related to trusted applications.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Wininit" Guid="{206F6DEA-D3C5-4D10-BC72-989F03C8B84B}" />
<EventID>11</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x4000000000000000</Keywords>
<TimeCreated SystemTime="2015-10-13T16:38:57.379639600Z" />
<EventRecordID>100265</EventRecordID>
<Correlation />
<Execution ProcessID="748" ThreadID="776" />
<Channel>System</Channel>
<Computer>Premier-AMD-PC</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="StringCount">0</Data>
<Data Name="String">
</Data>
</EventData>
</Event>
Unlike other similar questions, the data name string doesn't point to any file location. Is that the problem?
Thanks for your help!
Windows for home | Previous Windows versions | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
1 additional answer
Sort by: Most helpful
-
Anonymous
2015-10-14T00:08:06+00:00 Thanks, Gerry!