,Japan

en[EVENT10016] RuntimeBroker repair procedure
This article describes [Event ID 10016] that is recorded when updating to Windows 10 v1809.
In this log, the APPID name is "Runtime Broker".
I posted an article about Runtime Broker in the past, but this error is another error because the APP ID of Runtime Broker is different.
I'm confused. ('ω')
name | APPID |
RuntimeBroker (this time) | {15C20B67-12E7-4BB6-92BB-7AFF07997402} |
RuntimeBroker | {9CA88EE3-ACB7-47C8-AFC4-AB702511C276} |
DCOM errors can be repaired using the component services included with Windows 10.
If you want to change the value of Component Services, you typically do the following:
- Change Owner of DCOM Component (Registry Editor)
- Change the value of DCOM component (Component Service)
- Restore owner of DCOM component (Registry Editor)
Well, the main subject.
until now,The procedure of the registry editor was risky and troublesome, so it was a bottleneck in the repair work, but in this article I will share the method of not using the registry editor.
In particular,
Use ExecTI (free software) and Component Services instead of Registry Editor.
The component service started from ExecTI is in a state where the setting value of the DCOM component can be changed.
This is the recommended procedure for fixing DCOM errors, as it eliminates the risk of using Registry Editor.
Event Log
message | CLSID for application-specific permission settings {2593F8B9-4EAF-457C-B68A-50F6B8EA6B54} And APPID {15C20B67-12E7-4BB6-92BB-7AFF07997402} Local activation permissions for the COM server application on the user xxx\yyy SID (S-1-5-21-3828101160-65458516) at the address LocalHost (using LRPC) running in the application container unavailable SID (not available) -1957545066-1001) cannot be given. This security permission can be modified using the Component Services administration tool. |
log name | system |
Source | DistributedCOM (DCOM) |
Event id | 10016 |
level | error |
user | Login User |
APPID | {15C20B67-12E7-4BB6-92BB-7AFF07997402} |
APPID name | RuntimeBroker |
Repair procedure
[Outline of procedure]- Make ExecTI ready for use (download, installation)
- Launch Component Services from ExecTI
- Add Users to APPID: {15C20B67-12E7-4BB6-92BB-7AFF07997402} and enable "Activate from Local"
- Restart your PC
- End of procedure
1. Start Component Service from ExecTI
1-1. Obtain and launch ExecTI
ExecTI is free software that can start Registry Editor and Component Services with TrustedInstaller privileges.
1-2. Start Component Services
The command to start Component Services is comexp.msc.Type comexp.msc in the box next to Open and click OK to start Component Services with TrustedInstaller privileges. The appearance of the component service is the same as that normally started.

2. Add Users to APPID and enable "Activate from Local"
2-1. Display APPID properties
ExecTI:comexp.msc > Console Root > Component Services > Computers > My Computer > DCOM Configuration
Let's switch the display mode of the component service to "Details".Since there is no search function, APPID: {15C20B67-12E7-4BB6-92BB-7AFF07997402} can be found by visually selecting the DCOM configuration from the "Application ID" column in the right pane.
The APPID name is RuntimeBroker, but there are two types, so be careful not to make a mistake. Display properties when found.

2-2. Display boot and activation permissions
ShellServiceHost Properties> Security Tab> Launch and Activation Permissions> Edit
Click Edit to bring up the Windows Security dialog. Click Remove and launch and activation permissions will be displayed.
Launch and activation permissions

2-3. Add Users
Add > Detailed settings > Search
Click Add> Advanced and click Search from the dialog that appears. Select Users from the search results and click OK .
Make sure xxx\Users appears in the box under "Enter the object names to select" and click OK . (Xxx: computer name)

If you go back to the launch and activation permissions screen and Users is in the selected state, you are successful.
2-4. Enable local activation
With xxx\Users selected, check "☑Activate from local" in the box under Permissions and click OK .
3. End of procedure
Restart your PC and check the Event Viewer.Some Windows services start delayed, so let's check the Event Viewer after the Windows startup process has calmed down.
If no error log is recorded, the repair procedure was successful.
Afterword
According to Microsoft official website,It says "Event ID 10016 can be safely ignored", so you don't have to take any risks to repair it.
And
This behavior seems to be by design because the 10016 event logged in the event log is logged when a Microsoft component accesses a DCOM component without having the required permissions.
if so,
Is the specification wrong?
DCOM Event ID 10016 is logged on Windows 10 and Windows Server 2016
This issue occurs because the particular process does not have the permissions on the DCOM component that are listed in the event log.
~
You can safely ignore these events.
support.microsoft.com
Validation: Windows 10 Pro October 2018 Update, v1809
en-event の記事 (Articles about the en-event)
- Windows 11 22H2 and the event log (tak)
- en[EVENT131] Metadata staging failed
- en[EVENT7009] Service Control Manager (SCM)
- en[EVENT2484] Tile Database Corruption
- en[Event ID 10016] How to fix PerAppRuntimeBroker error
- en[Event3] Kernel-EventTracing Microsoft Security Client OOBE
- en[EVENT2002] Eap method DLL path
- en[EVENT333] ESENT error (taskhostw, WebCacheV01.dat)
- en[EVENT10016] Windows.SecurityCenter.WscBrokerManager, APPID not available
- en[EVENT34] Cancel power saving setting of power management of Bluetooth HID device
- en-event ラベルの記事(要約付)
- Japan が含まれる記事(要約付)
新着順 (New arrival order)
- 【Pixel/2025年5月】アンチロールバックの実装、ゼロデイ脆弱性(CVE-2025-27363)
- 【初心者向け】Windows/AndroidでDoHを設定してセキュリティを高める方法
- まだ間に合う!ChromeでuBlock Originを使うための最終手段
- 【新ルール】クイーン白玲(通算5期)で四段昇段!将棋界に激震走る
- 【最速情報】Google Pixel 9a 日本発売!気になる価格とスペックまとめ
- 【Pixel 4月/2025】生体認証、カメラ、ディスプレイ、UIの修正【Android 15】
- 【2024年度】藤井七冠(最優秀棋士)、羽生九段、会長辞任はタイトル100期への伏線か?
- 【バグ】TVerRec 3.4.2 のリネーム処理不具合とその原因を考察
- 【恐怖】ポンジスキームとは?歴史から学ぶ詐欺の仕組み
- 【終息】TVerRec 3.3.9(暫定)で機能制限ほぼ解除、3.4.0リリース!
タイトル:en[EVENT10016] RuntimeBroker repair procedure:SC2
このサイトを検索 | Search this site