Windows 10: dcom error 10016 re APPID F72671A9-012C-4725-9D2F-2A4D32D65169

Discus and support dcom error 10016 re APPID F72671A9-012C-4725-9D2F-2A4D32D65169 in Windows 10 Support to solve the problem; I wanted to start a new thread here although there are many others, the solutions don't work as they depend on changing permissions wherein this case... Discussion in 'Windows 10 Support' started by robmar0se, Nov 7, 2016.

  1. robmar0se Win User

    dcom error 10016 re APPID F72671A9-012C-4725-9D2F-2A4D32D65169


    I wanted to start a new thread here although there are many others, the solutions don't work as they depend on changing permissions wherein this case the system won't permit this.

    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {8D8F4F83-3594-4F07-8369-FC3C3CAE4919} and APPID {F72671A9-012C-4725-9D2F-2A4D32D65169} 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.

    All the suggestions I have seen recommend changing the owner to "administrators" and then amending the permissions, or in some cases removing the item altogether. However in this case (and others I have read) we are unable to amend, as the change is rejected.

    When I search the registry, hlm\software\classes\appid\F72671A9-012C-4725-9D2F-2A4D32D65169, the owner is listed as"all application packages" with only read permission. If I change the owner to administrators, I am given the option of ticking full control, but when I do so and tick "apply", I get "unable to save permissions changes on F72671A9-012C-4725-9D2F-2A4D32D65169 access denied". The same occurs if I attempt to delete the key.

    Lastly I am unable to find any Appid such as "runTimeBroker" with the key of F72671A9-012C-4725-9D2F-2A4D32D65169.

    As an aside I am trying to fix all Event errors as we have had so many probs (including over 900 event errors) since we upgraded from win7 to 10 - this hopefully is the last unresolved item, but time will tell!

    :)
     
    robmar0se, Nov 7, 2016
    #1

  2. Event log writes error related to application-specific permissions on Windows 10 computer

    Lol, the above instruction list looks so familiar, I think it is from the one I wrote on the Windows Eight forum, exactly 3 years ago to help someone else out. It is half way down the page, I am called "Sayjimwoo".

    Solved - Numerous event id 10016 errors win 8 pro 64 bit

    Anyway, regarding the below error -

    CLSID

    {8D8F4F83-3594-4F07-8369-FC3C3CAE4919}

    and APPID

    {F72671A9-012C-4725-9D2F-2A4D32D65169}

    This fix is even easier, you can completely ignore the CLSID and just gain permissions for the APPID, then go to Component Services and the DCOM Config list.

    Then scroll all the way down to {F72671A9-012C-4725-9D2F-2A4D32D65169}

    Add "SYSTEM" and tick 'Local Activation' and 'Local Launch'

    This should clear this error.
     
    ChristopherButterfield, Nov 7, 2016
    #2
  3. event 10016

    after the last update my computer went into automatic repair loop. I used bcdedit to turn of recovery enabled and to ignore all errors. now I get this error.

    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID

    {8D8F4F83-3594-4F07-8369-FC3C3CAE4919}

    and APPID

    {F72671A9-012C-4725-9D2F-2A4D32D65169}

    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.

    C:\WINDOWS\system32>reg query "HKEY_CLASSES_ROOT\CLSID\{8D8F4F83-3594-4F07-8369-FC3C3CAE4919}" /ve

    HKEY_CLASSES_ROOT\CLSID\{8D8F4F83-3594-4F07-8369-FC3C3CAE4919}

    (Default) REG_SZ CDP Activity Store

    C:\WINDOWS\system32>reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{F72671A9-012C-4725-9D2F-2A4D32D65169}" /ve

    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{F72671A9-012C-4725-9D2F-2A4D32D65169}

    (Default) REG_SZ (value not set)

    how do I fix this
     
    jackstraw1947, Nov 7, 2016
    #3
  4. fdegrove Win User

    dcom error 10016 re APPID F72671A9-012C-4725-9D2F-2A4D32D65169

    Hi,

    First of all make sure you are part of the administrators group.

    Run regedit and let it search for the first Hive Key.
    Right click it and select "Permissions" A box will pop up. Tick "Advanced"
    Another box appears and you will see that the Hive Key is owned by "Trusted Installer"

    Click on "Change" and type "Administrators" (without the quotation marks). Click apply and OK until your back into the first panel. Select Administrators from the list there and click on the "Full Control" check box.

    Now do the same for the next Hive Key.

    Leave Regedit open and run dcomcnfg. Click on the right hand side object until you see dcomconfig. Double click it and scroll down to the object named:

    {F72671A9-012C-4725-9D2F-2A4D32D65169}

    Right click that and select "Properties". Under "Launch and Activation" click on "Edit" . Add User "SYSTEM" (no quotes),
    Click OK. Back in the first panel select "SYSTEM" and click on the local permissions.

    Close dcomcnfg and go back to regedit. In there you need to grant back ownership to the original owners.
    In this case one Hive Key was owned by "SYSTEM" the other by "TrustedInstaller" (type: NT SERVICE\TrustedInstaller)

    I don't remember exactly which was owned by whom so you need to remember what's what.

    The Appid is the hive key in this case. Nothing to do with runtimebroker.

    Cheers, *Wink
     
    fdegrove, Nov 7, 2016
    #4
  5. robmar0se Win User
    Many thanks, yr advice on how to change permissions was the key to this - issue no longer occurs.

    You're a star!
     
    robmar0se, Nov 8, 2016
    #5
  6. fdegrove Win User
    Hi,

    You're welcome.

    Cheers, *Wink
     
    fdegrove, Nov 8, 2016
    #6
  7. georg49 Win User
    Hey fdegrove - thanks, it worked !!

    Had the precisely same log message. Just red your instruction.
    But for the first, I only changed the owner/permission of the {F72671A9-012C-4725-9D2F-2A4D32D65169} object in registry and then completely followed your further instructions (modifying with dcomcnfg).

    PC rebooted and checked Event-Log: No error anymore!
    So it seems not nessesary to modify ownership/permission of the {8D8F4F83-3594-4F07-8369-FC3C3CAE4919} object in registry also.

    Little hint for others: In dcom you have to scroll very down until come to the region with the numberleading entries.

    I'm happy to have a system now without any error messages.

    Thank you very much!
     
    georg49, Nov 9, 2016
    #7
  8. fdegrove Win User

    dcom error 10016 re APPID F72671A9-012C-4725-9D2F-2A4D32D65169

    Hi,

    That is possible since that hive key is owned by "System" and not the usual "TrustedInstaller".

    Glad to hear it worked for you.

    Cheers, *Wink
     
    fdegrove, Nov 9, 2016
    #8
  9. Phils Win User
    Hi fdegrove,

    Exactly what did mean by the "first" hive key? Did you mean CLSID {8D8F4F83-3594-4F07-8369-FC3C3CAE4919}?
     
    Phils, Dec 12, 2016
    #9
  10. fdegrove Win User
    Hi,

    First as in order of appearance in EV.
    It will always enumerate CLSID key first followed by APPID key.

    Cheers, *Wink
     
    fdegrove, Apr 4, 2018
    #10
Thema:

dcom error 10016 re APPID F72671A9-012C-4725-9D2F-2A4D32D65169

Loading...
  1. dcom error 10016 re APPID F72671A9-012C-4725-9D2F-2A4D32D65169 - Similar Threads - dcom error 10016

  2. DCOM error 10016

    in Windows 10 Gaming
    DCOM error 10016: 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-COHA3TC\justi SID...
  3. DCOM error 10016

    in Windows 10 Software and Apps
    DCOM error 10016: 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-COHA3TC\justi SID...
  4. Dcom error 10016

    in Windows 10 Gaming
    Dcom error 10016: So I’m getting multiple dcom 10016 errors and I’ve taken the time to change all the permissions and all the steps to supposedly fix it but I’m still getting them come up. They are making my computer crash to where I have to restart manually. It’s rather frustrating so any...
  5. Dcom error 10016

    in Windows 10 Software and Apps
    Dcom error 10016: So I’m getting multiple dcom 10016 errors and I’ve taken the time to change all the permissions and all the steps to supposedly fix it but I’m still getting them come up. They are making my computer crash to where I have to restart manually. It’s rather frustrating so any...
  6. Dcom error 10016

    in Windows 10 BSOD Crashes and Debugging
    Dcom error 10016: So I’m getting multiple dcom 10016 errors and I’ve taken the time to change all the permissions and all the steps to supposedly fix it but I’m still getting them come up. They are making my computer crash to where I have to restart manually. It’s rather frustrating so any...
  7. DCOM error 10016 on Steam

    in Windows 10 Gaming
    DCOM error 10016 on Steam: So I have noticed that launching Steam now gives the error too now just like Google Chrome. I look in the past and the letters in the DCOM error are a little different than chrome but it still happens the same. Sigh Windows 10.... *Doh 111585
  8. 10016 with no CLSid or APPid info

    in Windows 10 Performance & Maintenance
    10016 with no CLSid or APPid info: See Event ID 10016, DistributedCOM Windows.SecurityCenter.WscBrokerManager 109327
  9. Event ID 10016, CLSID and APPID

    in Windows 10 Performance & Maintenance
    Event ID 10016, CLSID and APPID: This is unfortunately not the 5th or 100th such post on this topic in these forums. But I've followed the advice on many of the threads, believe in my heart of hearts that I've done it right, and the problem is persisting. At each computer restart, my event log logs the...
  10. DCOM error 10016

    in Windows 10 Performance & Maintenance
    DCOM error 10016: I'm told this is a rather common error after upgrading from Windows 7 to Windows 10, but I have read many posts and suggested solutions, but I still get the error in the System Event Log when starting up. I suppose I could ignore it, as there does not appear to be any ill...
Tags:

Users found this page by searching for:

  1. F72671A9-012C-4725-9D2F-2A4D32D65169

    ,
  2. HKEY_CLASSES_ROOT\AppID\{F72671A9-012C-4725-9D2F-2A4D32D65169}

    ,
  3. {F72671A9-012C-4725-9D2F-2A4D32D65169}

    ,
  4. f72671a9 012c 4725 9d2f 2a4d32d65169 app id,
  5. app id F72671A9-012C-4725-9D2F-2A4D32D65169,
  6. appid {F72671A9-012C-4725-9D2F-2A4D32D65169},
  7. Windows.SecurityCenter.WscBrokerManager 1006 F72671A9-012C-4725-9D2F-2A4D32D65169,
  8. registry key HKEY_CLASSES_ROOT\AppID\{F72671A9-012C-4725-9D2F-2A4D32D65169}