Here's a copy of the warning I get in Event Viewer.
Log Name: System
Source: Microsoft-Windows-Wininit
Date: 20-Feb-14 14:51:38
Event ID: 11
Task Category: None
Level: Warning
Keywords:
User: SYSTEM
Computer: Somebody
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. Please visit
http://support.microsoft.com/kb/197571 for more information.
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="2014-02-20T13:51:38.940222500Z" />
<EventRecordID>5507</EventRecordID>
<Correlation />
<Execution ProcessID="616" ThreadID="752" />
<Channel>System</Channel>
<Computer>Somebody</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="StringCount">2</Data>
<Data Name="String">C:\Windows\system32\nvinitx.dll</Data>
<Data Name="String">C:\WINDOWS\system32\nvinitx.dll</Data>
</EventData>
</Event>
I took a look at the article in that link and subsequently went to the AppInit_DLLs Registry key which reads as follows:
C:\Windows\system32\nvinitx.dll,C:\WINDOWS\system32\nvinitx.dll (and yes, it is written twice like that).
I checked the file at that location and it appears to belong to NVIDIA. Here's a screenshot of the Properties for it.

This machine is a laptop I bought at the beginning of February. The only driver installation I've performed is this one.
That link in the screenshot just takes me to a page which says, "Coming Soon" incidentally.
My main concern here is whether this constitutes a security risk or not. Unfortunately, there's no option to roll back the driver since the update was performed prior to upgrading to Windows 8.1
So advice please on how I can resolve this issue.