If we install Windows 11 and we look in the Event System Log, we can see three types of “Event 10016 Windows.SecurityCenter DistributedCOM” Warnings:
- The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.WscCloudBackupProvider
and APPID
Unavailable
to the user Username SID (…) 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. - The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.SecurityAppBroker
and APPID
Unavailable
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) 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. - The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.WscDataProtection
and APPID
Unavailable
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) 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.
Microsoft recommendation is (DCOM event ID 10016 is logged in Windows):
“These events can be safely ignored because they don’t adversely affect functionality and are by design. It’s the recommend action for these events.”
However, these warnings are very annoying and can confuse anyone, that something is wrongly configured.
Analysis:
The problem is related to the Windows Security Center. The Windows Security Center service (wscsvc) has a delayed automatic start. WscCloudBackupProvider, SecurityAppBroker and WscDataProtection objects start earlier with the OS. As soon as the objects are active, they try to communicate with the Windows Security Center service (wscsvc), which is not started. That is why, we get Event 10016 warnings.
Solution:
Solution of this problem is unusual. It has nothing to do with Local Launch permissions. We should start Windows Security Center service earlier, during OS starting procedure.
If we look at the registry with Registry Editor (regedit.exe), we can find Windows Security Center service settings at:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc
We have to change the DelayedAutoStart DWORD Value From 1 to 0.
We can’t do it right away, because we don’t have a permission to do it. We right click on the wscsvc Registry Key and select Permissions…First, we need to change the owner of Registry Key. Go to Advanced, Change Owner from System to the Administrators group (local Administrators group, if computer is member of domain), select OK twice. Then open the Permissions window once again and change permissions of Administrators group to Full Control.
Now, we can change the DelayedAutoStart DWORD Value From 1 to 0. In this way, the Windows Security Center will start earlier.
That’s it. After OS restart, we will not see Event 10016 Windows.SecurityCenter Warnings anymore.
I invite you to solve also Event 10016 PerAppRuntimeBroker Warning in Windows 11!
Written by Simon Abolnar
I am a lecturer of Informatics subjects at Higher Vocational College at the School Center Nova Gorica, located in Slovenia-EU. I have been a System Administrator of Microsoft Servers at SCNG for over 20 years.
,
The warning event 10016 with description «The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.SecurityAppBroker», usually occurs on Windows 10 PCs and is related to the «Security Center» service.
According to Microsoft you can safely ignore events 10016, because they don’t adversely affect functionality, but if you want to fix the problem, continue reading below.
This tutorial contains step-by-step instructions to fix the 10016 warnings in event viewer on Windows 10 and Windows Server 2016/2019, with description:
Source: Distributed COM
Event ID: 10016
The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.SecurityAppBroker
and APPID
Unavailable
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) 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.
The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.WscBrokerManager
and APPID
Unavailable
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) 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.
The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.WscDataProtection
and APPID
Unavailable
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) 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.
How to FIX: Application-specific permission settings do not grant Local Launch permission for the COM Server application: Windows.SecurityCenter.SecurityAppBroker (Event ID: 10016).
The error 10016 in Windows Security Center components Windows.SecurityCenter.SecurityAppBroker, Windows.SecurityCenter.WscBrokerManager and Windows.SecurityCenter.WscDataProtection, is reported because these components try to load too early when Windows starts, but fail.
To fix the problem, proceed and disable the DelayedAutoStart as follows:
1. Open Registry Editor. To do that:
1. Simultaneously press the Win + R keys to open the run command box.
2. Type regedit and press Enter to open Registry Editor.
2. In Registry, navigate to the following location:
-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc
3. At the right pane open the DelayedAutoStart REG_DWORD value.
4. Change the value data from 1 to 0 and click OK.
5. Close the Registry Editor and restart the computer.
That’s it! Let me know if this guide has helped you by leaving your comment about your experience. Please like and share this guide to help others.
If this article was useful for you, please consider supporting us by making a donation. Even $1 can a make a huge difference for us in our effort to continue to help others while keeping this site free:
- Author
- Recent Posts
Konstantinos is the founder and administrator of Wintips.org. Since 1995 he works and provides IT support as a computer and network expert to individuals and large companies. He is specialized in solving problems related to Windows or other Microsoft products (Windows Server, Office, Microsoft 365, etc.).
Introduction
Almost 2 years ago, I wrote a post about how to fix events 10016, but with the latest Windows 10 versions, a new case popped up.
Three events 10016 continue to pop up similar to the following:
The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.SecurityAppBroker
and APPID
Unavailable
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) 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.
The other two are about SecurityCenter.WcsBrokerManager and SecurityCenter.WscDataProtecting.
The problem here is that there isn’t any COM entity to fix.
Solution
Looking for a solution on the net, I found someone that found the solution.
The problem seems to pop up during the system startup phase because the Security Center service isn’t already started.
To fix it, we have to set the Startup Type from Delayed Start to Automatic.
The problem is that we cannot use our beloved Services window.
We need to open the Registry Editor and:
- go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc
- change the DelayedAutoStart from 1 to 0
- reboot.
Post Views: 1,056
Hi Folks!
I am back today with another solution to a common problem. It seems every time Microsoft releases an update to Windows 10, Your event log is full of Event ID 10016 Errors. these errors range from issues with Windows Security Center, to general DCOM Errors involving Shell host.
Now according to Microsoft, some of these DCOM Errors are by design and are harmless. To quote the recent Microsoft DCOM Event ID 10016 is logged in Event Viewer Knowledge Base article:
These 10016 events are recorded when Microsoft components tries to access DCOM components without the required permissions. In this case, this is expected and by design.
A coding pattern has been implemented where the code first tries to access the DCOM components with one set of parameters. If the first attempt is unsuccessful, it tries again with another set of parameters. The reason why it does not skip the first attempt is because there are scenarios where it can succeed. In those scenarios, that is preferable.
However, to many people these errors are annoying and serve no purpose other than to clog your event log with a bunch of annoying error messages like seen below..
The solution to Windows.SecurityCenter.WscBrokerManager, Windows.SecurityCenter.WscCloudBackupProvidor, and Windows.SecurityCenter.WscDataProtection DCOM 10016 errors has to do with the Windows Security Center Service and its by default delayed auto start.
The problem with the security center service delayed auto start is Windows.SecurityCenter.WscBrokerManager,and Windows.SecurityCenter.WscCloudBackupProvidor tries to initiate very early in the boot up process, and this will cause it to fail and give those error messages. It will later retry after the Windows Security Center Service(wscsvc) has finally started up, and then succeed as normal.
To fix this problem, you must change the delayed start value of wscsvc to start up sooner in the boot process so its not delayed by disabling the delayed start of the wscsvc service.
You can not however change the startup value of the Windows Security Center Service via the Services application because you simply won’t have permissions to do so. It can only be changed via the registry.
To fix these errors, perform the following steps:
1. type regedit in the Windows Search box and «Run it as administrator and click OK in the UAC prompt.
2. Navigate to the following Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc
3. In the right-hand pane look for the DWORD Value named DelayedAutoStart
4. Double click DelayedAutoStart and change the value from 1 to 0
5. Close the Registry Editor and restart your computer.
6. Those DCOM Error messages with Event ID 10016 concerning Windows.SecurityCenter should no longer be present.
As always, I hope this little articles helps folks out there wondering why they are getting these annoying errors.
Merry Christmas Folks!
Have a great New Year!
Disclaimer: I am not responsible for anything
that may happen to your PC when changing settings or changing registry
values. If you choose to make changes, you do so at your own risk.. You
are solely responsible for
any damage to your computer , data, or other hardware due to user error,
inadequate
cooling, too high of voltages, incorrect software settings, and any
other factors. Please remember to
back up your computer before attempting
this. If overclocking, Do not Overclock on the stock AMD or Intel CPU
Heatsink and fans.
Use Aftermarket cooling heat sinks of sufficient TDP or water cooling to
ensure best chance of not having premature hardware failure. As always,
remember to backup your data before attempting any change. I am not
responsible for data loss or damage of any kind.
Windows 10: Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager
Discus and support Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager in Windows 10 Support to solve the problem; Sounds like we might all learn something from your further investigations. Do keep us posted, please. Best of luck in running this to ground.
—Ed—
Discussion in ‘Windows 10 Support’ started by EdTittel, Apr 4, 2018.
-
Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager
Sounds like we might all learn something from your further investigations. Do keep us posted, please. Best of luck in running this to ground.
—Ed— -
Greetings.
Updated to 1803 17134.1 without a problem but one error — Distributed COM event ID 10016.
Experienced this event ID many times previously and have fixed by changing permissions in Registry but this one has no known CLSID/APPID.«The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID
Windows.SecurityCenter.WscBrokerManager
and APPID
Unavailable
to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) 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.»Code: — System — Provider [ Name] Microsoft-Windows-DistributedCOM [ Guid] {1B562E86-B7AA-4131-BADC-B6F3A001407E} [ EventSourceName] DCOM — EventID 10016 [ Qualifiers] 0 Version 0 Level 2 Task 0 Opcode 0 Keywords 0x8080000000000000 — TimeCreated [ SystemTime] 2018-05-01T13:13:11.470871100Z EventRecordID 1072 Correlation — Execution [ ProcessID] 512 [ ThreadID] 1876 Channel System Computer — Security [ UserID] S-1-5-18 — EventData param1 application-specific param2 Local param3 Launch param4 Windows.SecurityCenter.WscBrokerManager param5 Unavailable param6 NT AUTHORITY param7 SYSTEM param8 S-1-5-18 param9 LocalHost (Using LRPC) param10 Unavailable param11 Unavailable [/quote]
I am guessing this is nothing serious but I just can not stand an error showing in Event Viewer.
Your advises much appreciated.*Smile
-
Since the Fall Creators Update, my computer freezes every other day, even after a clean Windows (10) reset
Try to fix 10016 like this
Error — Event ID: 10016; DistributedCOM
-
Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager
Event log writes error related to application-specific permissions on Windows 10 computer
Event ID 10016 — DistributedCOM
-
Search for the GUID in regedit.exe instead. You may learn something interesting. That’s about all you have to go on, really.
HTH,
—Ed— -
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.
-
Thank you for your suggestions EdTittel and EyeInTheSky, and also Brink for the code box stuff.
Since then I disabled the log so to ignore it for now.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\EventLog-System\{1b562e86-b7aa-4131-badc-b6f3a001407e} changed the Enabled value data to 0.I still don’t know what it is so I’ll continue looking for explanation and solution.
Regards,
*Smile
Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager
-
Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager — Similar Threads — Event 10016 DistributedCOM
-
Error — Event ID: 10016; DistributedCOM
in Windows 10 Gaming
Error — Event ID: 10016; DistributedCOM: LogName: SystemSource: DistributedCOMEventID: 10016Task Category: NoneLevel: WarningKeywords: ClassicUser: MELPPC\pmelvComputer: Description: The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID… -
Error — Event ID: 10016; DistributedCOM
in Windows 10 BSOD Crashes and Debugging
Error — Event ID: 10016; DistributedCOM: LogName: SystemSource: DistributedCOMEventID: 10016Task Category: NoneLevel: WarningKeywords: ClassicUser: MELPPC\pmelvComputer: Description: The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID… -
event id 10016 DistributedCOM warning
in Windows 10 Gaming
event id 10016 DistributedCOM warning: Hello,I have a had this problem where when I start my pc and stay on the homescreen for a while it shuts down and restarts on its own, some times it doesn’t even restart. So I checked the event viewer and noticed there was a warning that occurred more than once and still… -
event id 10016 DistributedCOM warning
in Windows 10 BSOD Crashes and Debugging
event id 10016 DistributedCOM warning: Hello,I have a had this problem where when I start my pc and stay on the homescreen for a while it shuts down and restarts on its own, some times it doesn’t even restart. So I checked the event viewer and noticed there was a warning that occurred more than once and still… -
DistributedCom Event ID 10016
in Windows 10 Gaming
DistributedCom Event ID 10016: Hi, i have been receiving this warning alot like every hour and i cant figure out what it is or how to stop it from happening. what ever it is causes in game stuttering and i also get and audio cue that sounds like something disconnects then reconnects.Any help would be… -
DistributedCom Event ID 10016
in Windows 10 Software and Apps
DistributedCom Event ID 10016: Hi, i have been receiving this warning alot like every hour and i cant figure out what it is or how to stop it from happening. what ever it is causes in game stuttering and i also get and audio cue that sounds like something disconnects then reconnects.Any help would be… -
Error — Event ID: 10016; DistributedCOM
in Windows 10 Gaming
Error — Event ID: 10016; DistributedCOM: This happens when I play heavy games, these are the details:Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 29-Aug-19 21:13:36
Event ID: 10016
Task Category: None
Level: Error
Keywords: Classic
User:…
-
Event ID 10016, DistributedCOM
in Windows 10 Performance & Maintenance
Event ID 10016, DistributedCOM: Every time the PC starts I have the following error.Log Name: System
Source: Microsoft-Windows-DistributedCOM
Date: 25/05/2018 07:35:47
Event ID: 10016
Task Category: None
Level: Error
Keywords: Classic
User: Home-PC\User
Computer: Home-PC
Description:
The… -
Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager
in Windows 10 Support
Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager: Greetings.Updated to 1803 17134.1 without a problem but one error — Distributed COM event ID 10016.
Experienced this event ID many times previously and have fixed by changing permissions in Registry but this one has no known CLSID/APPID.«The application-specific…
Users found this page by searching for:
-
windows.securitycenter.securityappbroker
,
-
Windows.SecurityCenter.WscBrokerManager
,
-
Windows.SecurityCenter.WscDataProtection
,
- windows.security center.wsc data protection,
- Windows.SecurityCenter.WscBrokerManager 10016,
- clsidwindows.securitycenter.wscbrokermanager,
- securityappbroker,
- clsidwindows.securitycenter.securityappbroker,
- windows security center wscbrokermanager,
- windows.securitycenter.securityappbroker 10016,
- the application-specific permission settings do not grant local launch permission for the com server application with clsidwindows.securitycenter.wscbrokermanager,
- wsc broker manager event 10016,
- event id 10016,
- Windows.SecurityCenter.WscCloudBackupProvider,
- clsidwindows.securitycenter.wscdataprotection