Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager

Page 2 of 4 FirstFirst 1234 LastLast

  1. Posts : 234
    Windows 10
       #11

    It's a stretch for anal-retentive types, but instead of obsessing over errors that have no impact on performance and that most folks don't even know exist, it's sensible to simply ignore them, or disable logging, as suggested in this and related threads.

    Same advice with this extensively discussed error, which persists to this day.
    Failed with 0x490 modifying AppModel Runtime status for package (Windows app) ...
    The error is bogus: 'failed' apps are updated successfully.

    Like the keyboard shortcut program launch lag problem, which does impact performance and has been reported repeatedly for years, don't expect these issues to be fixed. Low priority.
    Last edited by borgus; 05 May 2018 at 22:45.
      My Computers


  2. Posts : 773
    Windows 10 Home x64 - Version 21H2 (OS Build 19044.2006)
       #12

    nyan said:
    Hello, swarfega.

    I have to agree with borgus regarding this error is new to the latest Windows 10 1803.
    Please note we are talking about this particular error Event ID 10016 Windows.SecurityCenter.WscBrokerManager and not event ID 10016 in general with other CLSID/APPID.
    I see there was a thread started by EyeInTheSky 3 weeks ago re Windows.SecurityCenter.WscDataProtection
    DistributedCOM Error. Solved - Windows 10 Forums
    Since I had marked that thread as solved, I have tried a few things since then. Since way back when Windows 10 was first offered as a free upgrade, so long as one was running a valid copy of Windows, I have for the first time reinstalled Windows 10 on a completely wiped hard drive. I'm referring to the hard drive that is listed in "My Computer" specs.


    Let me be perfectly clear on this. Ever since Windows 10 was released to the public, I had to never clean install it from scratch ---never. I know, hard to believe right? It is true though. I never had to "Reset, Reinstall, or use any of the Advance Recovery" methods outlined in the "Recovery" section of the settings GUI in Windows 10 for my current SSD.


    I forget if I had to use any of the "Advanced Recovery" methods when I was using a HDD in this computer; though that is irrelevant in light of what I'm about to mention.


    So, after clean installing Windows 10 (note my version) on my current SSD, this DistributedCOM Error has resurfaced and tells me that even with the latest build of Version 1803, Microsoft has still not addressed the issue. It is the only error I am receiving in the event viewer outside of the occasional ones that happen because a program failed to start or stop properly; but those are usually listed in the Reliability Monitor not the event viewer.

    Since I have clean installed Windows 10 for the first time since I have been manually taking care of event viewer errors, I see Microsoft has addressed quite a few, if not all the other ones I had to fix manually, except the one pertaining to Windows.SecurityCenter.WscBrokerManager.


    I'm just going to let this one ride out the storm on its own, since others have suggested that it is quite harmless. However; do keep in mind, that if the other ones that were supposedly harmless were fixed by Microsoft, that would indicate to me that they were not merely harmless and needed addressed by Microsoft. From my understanding; manually granting permissions to certain registry keys opened up security issues, and if people fixed them manually and then Microsoft put out a patch, people were running into more problems because they didn't wait for the patch.


    My overall take on this, is to let Microsoft deal with this DCOM error in time, if it is indeed a security issue.
      My Computer


  3. Posts : 1
    Windows 10 Pro
       #13

    This error is not trivial. I just did a clean install created drive shares and updated Windows to release 1803 and I lost access to my shares error 10016 Windows.SecurityCenter.WscBrokerManager.
      My Computer


  4. Posts : 8
    Win 10
       #14

    EyeInTheSky said:
    Yes, get rid of the error by going into the Event Viewer and clicking on the event then click on the details tab and then finally the (+) symbol next to System. The GUID will be revealed and just simply copy and paste it into the Registry Search function with the "Keys" checkbox ticked and delete the GUID wherever it appears in the Registry.

    My GUID appeared in two locations in the registry and I deleted both without harm being done to Start Up and booting procedures.

    Make sure you have a backup of the Registry first, that you get through the Command Prompt in the Recovery environment just in case anything should go wrong.

    Mate you are absolute legend for this answer. Worked a treat. Thanks
      My Computer


  5. Posts : 773
    Windows 10 Home x64 - Version 21H2 (OS Build 19044.2006)
       #15

    OEMonsterz said:
    Mate you are absolute legend for this answer. Worked a treat. Thanks
    You're Welcome!

    Glad someone else could confirm that this works. I had tried many different fixes (including ignoring the event viewer log) until I tried eliminating the root cause of an error being generated because certain protocols were flagged that weren't even valid registry entries.

    Half the reason event ID errors are generated in the Event Viewer is because it is by design of the OS to flag such errors as a general occurrence that really is of no harm to the operating system. I identified the ones that are of no harm, and have devised a way to eliminate the error being generated under false flags in the CLSID/APPID using the GUID as the trigger point for such errors being generated.

    Does any of that BS I just stated make any sense?

    Well, I haven't had any errors in my event viewer logs for months now, so I might just be on to something.
      My Computer


  6. Posts : 69
    Windows 11 Pro 64bit
       #16

    Solution for Windows Security Center errors


    Hi,

    I have read here and in many other places to suppress event 10016. That is, if you as me, a bad approach.

    In this case, with Windows.SecurityCenter it is not as easy to fix as the old classics with the RuntimeBroker, ShellWindows etc which is solved by giving full rights to Administrator in registry and then give SYSTEM, Local Service or whatever launch permissions in DCOM Config. The reason is that you, in this case, don't have any ApplicationId to play around with.

    The problem in this case is that the service for Windows SecurityCenter (wscsvc) have a delayed autostart while "things" like the WscBrokerManager and WscCloudBackupProvider tries to initiate very early in the startup process. It will fail with error event 10016. wscsvc will initiate after ~2 minutes and then everything will be instantiated as normal so you will have no side effects of these errors in the event log but it's annoying.

    You solve this by changing the service wscsvc from delayed autostart to normal autostart. You don't (normally) have permission to do it from the services app so you must do it in the registry.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc

    Change the DWORD DelayedAutoStart from 1 to 0.

    Have a nice day!
    /Fredrik
      My Computers


  7. Posts : 1,471
    Win10 Home x64 - 1809
       #17

    Hey Fredrik,
    Nice Find ... Stopped both (Windows.SecurityCenter.WscBrokerManager & Windows.SecurityCenter.WscDataProtection) 10016 errors on both my PC's.
    Thanks :)

    Note: I also noticed in WDSC for "Virus & Threat Protection" and "Firewall & Network Protection" that the "Getting Protection Info..." only takes a couple secs now vs the ~30 secs it was taking.
      My Computers


  8. Posts : 773
    Windows 10 Home x64 - Version 21H2 (OS Build 19044.2006)
       #18

    Fredrik said:
    You solve this by changing the service wscsvc from delayed autostart to normal autostart. You don't (normally) have permission to do it from the services app so you must do it in the registry.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc

    Change the DWORD DelayedAutoStart from 1 to 0.

    Have a nice day!
    /Fredrik
    Hear! Hear!

    I verified this as well by restoring the registry GUID keys that I had deleted to suppress the error. When I restored the keys, the error came back. To stop the error, I implemented your registry hack and the errors disappeared.

    The simplicity of this fix seems a little too difficult for Microsoft to address because the error was generally accepted as harmless, so they opted for the explanation that the errors were routine and didn't address them.


    I knew they were harmless the instant I deleted the registry GUID keys that provoked the error because the system still booted fine afterwards; but as mentioned, annoying to see endlessly posted in the Event Viewer constantly.


    I find your fix better because one shouldn't have to eliminate registry keys to prevent harmless errors.
    Last edited by EyeInTheSky; 13 Sep 2018 at 12:43. Reason: Grammatical Misuse!
      My Computer


  9. Posts : 94
    Windows 10 Pro x64
       #19

    I'm noticing a lot of error 10010 and 10016 in my event viewer. I changed autostart to normal in the registry. Afterwards, I'm still getting a ton of these errors after a restart. See the image below.

    Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager-win10-dcom-error-10016.png

    So I changed the registry back to a delayed autostart.
      My Computers


  10. Posts : 69
    Windows 11 Pro 64bit
       #20

    speedlever said:
    I'm noticing a lot of error 10010 and 10016 in my event viewer. I changed autostart to normal in the registry. Afterwards, I'm still getting a ton of these errors after a restart. See the image below.

    Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager-win10-dcom-error-10016.png

    So I changed the registry back to a delayed autostart.
    My particular suggestion was the fix for Windows Security Center. Then if you have other events ID 10016 you have to deal with them in another way. I can't see from your image above what the errors are about. Let me guess: RuntimeBroker, Local Activation?
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:08.
Find Us




Windows 10 Forums