I can only find this error now - all others appear relatively minor...
Code:
Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 26/05/2014 17:59:48
Event ID: 10016
Task Category: None
Level: Error
Keywords: Classic
User: SYSTEM
Computer: LarryMarson-HP
Description:
The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
{C97FCC79-E628-407D-AE68-A06AD6D8B4D1}
and APPID
{344ED43D-D086-4961-86A6-1106F4ACAD9B}
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
</Event>
This appears to relate to the IpBusenum.dll file/service.
Unfortunately, this is one of those errors where the related KB article is very little use
Event ID 10016 ? COM Security Policy Configuration
The best I can come up with it this...
Please open an Elevated Command Prompt, and run the following commands.
REG QUERY HKLM\SYSTEM\CurrentControlSet\Services\IpBusEnum
REG QUERY HKLM\SOFTWARE\Classes\AppID\{344ED43D-D086-4961-86A6-1106F4ACAD9B}
REG QUERY HKCR\AppID\{344ED43D-D086-4961-86A6-1106F4ACAD9B}
REG QUERY HKCR\AppID\IPBusEnum.DLL
REG QUERY HKCR\CLSID\{C97FCC79-E628-407D-AE68-A06AD6D8B4D1}
post the results, and we'll see what I can see
