Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM

Page 17 of 40 FirstFirst ... 7151617181927 ... LastLast

  1. Posts : 579
    Windows 10
       #161

    after you Take Ownership to the APPID in Registry, say to Administrators, you should also give "Full Rights" to that Administrators.
    After that you should be able to change the Permissions of RuntimeBroker in DCOM.
      My Computer


  2. Posts : 3
    10
       #162

    Adalwar said:
    after you Take Ownership to the APPID in Registry, say to Administrators, you should also give "Full Rights" to that Administrators.
    After that you should be able to change the Permissions of RuntimeBroker in DCOM.
    Awesome! Thnx Adalwar! That seems to be the trick! I kept changing ownership, but forgot to set the full permissions to the user!
    Thnx to social forum of Microsoft and TenForums:)

    Darn, took me some days. Glad I nailed it now. Nice weekend all!
      My Computer


  3. Posts : 5
    Windows 10
       #163

    I'm having the same DISTRIBUTEDCOM 10016 and 10010 error. I have ran the script in Powershell and the message below is what I get after I copied and pasted it and hit enter...

    Granting authority to HKEY_CLASSES_ROOT\CLSID\{D63B10C5-BB46-4990-A94F-E40B9D520160}Exception calling "OpenSubKey" with "3" argument(s): "Requested registry access is not allowed."At line:91 char:2+ $key = $reg.OpenSubKey($key, "ReadWriteSubTree", "TakeOwnership")+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : SecurityExceptionMethod invocation failed because [System.String] does not contain a method named 'GetAccessControl'.At line:93 char:2+ $acl = $key.GetAccessControl()+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : MethodNotFoundYou cannot call a method on a null-valued expression.At line:94 char:2+ $acl.SetOwner($owner)+ ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNullMethod invocation failed because [System.String] does not contain a method named 'SetAccessControl'.At line:95 char:2+ $key.SetAccessControl($acl)+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : MethodNotFoundMethod invocation failed because [System.String] does not contain a method named 'GetAccessControl'.At line:98 char:2+ $acl = $key.GetAccessControl()+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : MethodNotFoundYou cannot call a method on a null-valued expression.At line:100 char:2+ $acl.SetAccessRule($rule)+ ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNullMethod invocation failed because [System.String] does not contain a method named 'SetAccessControl'.At line:101 char:2+ $key.SetAccessControl($acl)+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : MethodNotFoundMethod invocation failed because [System.String] does not contain a method named 'GetAccessControl'.At line:105 char:2+ $acl = $key.GetAccessControl()+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : MethodNotFoundYou cannot call a method on a null-valued expression.At line:106 char:2+ $acl.SetOwner($owner)+ ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNullMethod invocation failed because [System.String] does not contain a method named 'SetAccessControl'.At line:107 char:2+ $key.SetAccessControl($acl)+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : MethodNotFound



    My computer randomly started running at 100% disk. Its worse at startup and stays locked up for a few minutes. It peaks for no apparent reason and I'm not sure if the things listed in the event log are the culprit or not.

    This is what I see errors on;
    ESENT 455/489
    Search 3104 Gatherer
    CAP12 513
    Security Center 16

    Distributedcom 10016/10010
    Windows Update Client 20
    Service Control Manager 7022,7023,7024
    Bits Client 16392
    Task Scheduler 404 which is listed as critical
      My Computer


  4. Posts : 5
    Windows 10
       #164

    I was able to run the script without getting the above error. I forgot to run Powershell as administrator. It showed the keys it was addressing and said done. I updated Runtimebroker to local service and selected launch and activate but even after doing this and rebooting my PC I still have DistributedCOM 10016 and 10010 errors in my event log. I'm not sure why but this method isn't fixing it.
      My Computer


  5. Posts : 318
    Dual-boot Win 7 & 10, both Pro 64-bit, now with a Hyper-V VM of Win 11
       #165

    lx07 - Your wonderful - maybe now famous - batch file above at post #12 in this thread
    (at Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM )
    might also help me with a different problem, but I'd have to change it to fix more than just two Keys.

    When I first installed Office 365 Home on my Win 7 Pro 64-bit PC with the help of a Windows telephone person, we installed the 32-bit version of O365 by mistake. When I uninstalled it and reinstalled the 64-bit version, I got 70 ± Warnings in Event Viewer that certain registry keys were protected and could not be changed. 64-bit O365 Home works, but I continue to get the same 70± Warnings whenever I update Word or Excel, etc. It just BUGS me, man. All those registry keys have something to do with Click to Run, a feature of O365.

    In each of those 70± keys, the Owner is TrustedInstaller. The Warning message that the key could not be changed mentions "User: System". So ...

    Let's say I made a txt file on my Desktop that simply listed the 70 ± keys whose Permissions should be modified to give System Full Control so that System can make changes later. Just a vertical list of those keys, one row after another. Nothing else.
    Could your program be modified to access that .txt file and run for each of those lines? Instead of specifically listing the keys as your program does now?
    (For each key, change Owner to Administrators, change the Permissions for System to Full Control, and change Owner back to TrustedInstaller. In this case, there's no need to go later to DCOM because that's not involved.)

    EDIT - Or add a new subsection to your program with the same list (which I could paste in from my txt list), so your program goes through that list one item at a time?

    I'm not a coder, so there's no way I can do this.

    What do you think?

    Thanks!

    (PS - I've used your batch file to fix this 10016 and 10010 problem a number of times, so thanks for that also !!)
    (PPS - I've posted about this O365 problem in two places:
    Office 16 Click-to-Run Extensibility Component could not modify 137 protected registry keys during installation of Office 365
    and
    Office 16 Click-to-Run Extensibility Component could not modify 137 - Microsoft Community )
    Last edited by glnz; 29 Jan 2017 at 06:11.
      My Computer


  6. Posts : 5
    Windows 10
       #166

    Is anyone around that can still help with this? I ran the script in powershell and it displays "done" like it should, however it doesn't resolved the 10016 errors in event viewer.
      My Computer


  7. Posts : 56,824
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #167

    not4sakn said:
    Is anyone around that can still help with this? I ran the script in powershell and it displays "done" like it should, however it doesn't resolved the 10016 errors in event viewer.
    The script only changes permissions in the registry keys to allow modifications in Components. You have to go into component services, find the component in question, and add the permissions.

    Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM-2017-02-13_12h20_03.png
      My Computers


  8. Posts : 5
    Windows 10
       #168

    Most instructions state its runtimebroker. How do I know which one is the culprit? I've added permissions within runtimebroker and nothing changed. Mine was listed as local service/local activation which is what I granted but it didn't resolve my issue.
      My Computer


  9. Posts : 56,824
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #169

    not4sakn said:
    Most instructions state its runtimebroker. How do I know which one is the culprit? I've added permissions within runtimebroker and nothing changed. Mine was listed as local service/local activation which is what I granted but it didn't resolve my issue.
    It's Event Log Error specific. Look at each Event Error and see what needs permission. In this example, it would be NT Authority. Look for the component APPID, right click, add the permissions.

    Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM-2017-02-13_12h55_04.png
      My Computers


  10. Posts : 5
    Windows 10
       #170

    f14tomcat said:
    It's Event Log Error specific. Look at each Event Error and see what needs permission. In this example, it would be NT Authority. Look for the component APPID, right click, add the permissions.

    Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM-2017-02-13_12h55_04.png
    That's exactly what mine is, NT AUTHORITY\LOCAL SERVICE but I'm unable to find it under APPID/permissions/ ADD to change permissions unless I'm missing something. I get this message when I search for NT AUTHORITY\LOCAL SERVICE to add...."The following object is not from a domain listed in the Select Location dialog box, and is therefore not valid:"

    I also have a kernel processor power event 37 error along with several others.
      My Computer


 

  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 14:33.
Find Us




Windows 10 Forums