Last week I updated Win 10 to v 1903. My OS is Win 10 Pro. I log-in locally rather than using an MS account. All that being said, ever since updating from v 1803 I have had no less than 3-5 daily DC errors. All of them look like this:
Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 12/15/2019 11:07:51 AM
Event ID: 10016
Task Category: None
Level: Warning
Keywords: Classic
User: DESKTOP-SCFKLGJ\User
Computer: DESKTOP-SCFKLGJ
Description:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}
and APPID
{15C20B67-12E7-4BB6-92BB-7AFF07997402}
to the user DESKTOP-SCFKLGJ\User SID (S-1-5-21-3361120280-3806487017-568012015-1002) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event”>
<System>
<Provider Name=”Microsoft-Windows-DistributedCOM” Guid=”{1B562E86-B7AA-4131-BADC-B6F3A001407E}” EventSourceName=”DCOM” />
<EventID Qualifiers=”0″>10016</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime=”2019-12-15T16:07:51.793416500Z” />
<EventRecordID>1070</EventRecordID>
<Correlation ActivityID=”{53ecf80f-5b4c-4bc4-8464-bfc567367f32}” />
<Execution ProcessID=”816″ ThreadID=”6036″ />
<Channel>System</Channel>
<Computer>DESKTOP-SCFKLGJ</Computer>
<Security UserID=”S-1-5-21-3361120280-3806487017-568012015-1002″ />
</System>
<EventData>
<Data Name=”param1″>application-specific</Data>
<Data Name=”param2″>Local</Data>
<Data Name=”param3″>Activation</Data>
<Data Name=”param4″>{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}</Data>
<Data Name=”param5″>{15C20B67-12E7-4BB6-92BB-7AFF07997402}</Data>
<Data Name=”param6″>DESKTOP-SCFKLGJ</Data>
<Data Name=”param7″>User</Data>
<Data Name=”param8″>S-1-5-21-3361120280-3806487017-568012015-1002</Data>
<Data Name=”param9″>LocalHost (Using LRPC)</Data>
<Data Name=”param10″>Unavailable</Data>
<Data Name=”param11″>Unavailable</Data>
</EventData>
</Event>
I did a search on how to correct the error and by and large they range from complex solutions to simply ignore the errors since they are benign and do not effect the performance of my computer. My attitude is to ignore it because my attempts to correct it have been futile. Any suggestions? Thanks.