Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM

Page 7 of 40 FirstFirst ... 5678917 ... LastLast

  1. Posts : 53
    windows 10
       #61

    f14tomcat said:
    I use comm apps and sync, so I did not disable them. I try to just ignore them until MS gets around to addressing them. (somewhere around 2025!) Instead of disabling them in registry (start=4), maybe you could try Manual Start (start=3). Using the registry editor to change the service state Smallvoid.com
    fdegrove said:
    Hi,



    I do but I don't think it makes much difference either way.

    That DCOM error regarding "Immersive shell" no longer appeared for me but I should add that I removed the bulk of the apps anyway. I don't know if that's related but it could be.

    Cheers,
    Ok , taken notice about them.

    I wanted to make sure if you guys have this folder and if you can send it to me .

    Does anyone has this file and all the files in the folder ?

    Task Scheduler service found a misconfiguration in the NT TASK\CTF Host definition. Additional Data: Error Value: C:\Users\x7007\AppData\Roaming\Microsoft\Ctfhost\ctfhost.exe.

    I deleted it and if someone can send it so I can put it back, I don't know how it installed or from what.
      My Computer


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

    x7007 - I am not a savvy tech like f14tomcat and fdegrove - in fact, I'm only a real estate lawyer -- so please confirm the following before trying:

    Recently, from good advice in this and other forums, I was able to solve a bunch of Win 10 Pro 64-bit problems by running these as a .bat:

    sfc /scannow
    rem Dism /Online /Cleanup-Image /StartComponentCleanup
    Dism /Online /Cleanup-Image /RestoreHealth
    sfc /scannow

    (I don't always actually run the second "rem" line, but I used it recently by removing the "rem" and it helped.)

    But, as I said, double-check the above before using it.
      My Computer


  3. Posts : 53
    windows 10
       #63

    glnz said:
    x7007 - I am not a savvy tech like f14tomcat and fdegrove - in fact, I'm only a real estate lawyer -- so please confirm the following before trying:

    Recently, from good advice in this and other forums, I was able to solve a bunch of Win 10 Pro 64-bit problems by running these as a .bat:

    sfc /scannow
    rem Dism /Online /Cleanup-Image /StartComponentCleanup
    Dism /Online /Cleanup-Image /RestoreHealth
    sfc /scannow

    (I don't always actually run the second "rem" line, but I used it recently by removing the "rem" and it helped.)

    But, as I said, double-check the above before using it.
    I think if I run the Scannow it might restore the old permission I change with runtimebroker and immersion shell

    You guys think it's good idea to run this commands ?


    Use Dism /Online /Cleanup-Image followed by these switches:
    • /ScanHealth: This checks for component store corruption and records that corruption to the C:\Windows\Logs\CBS\CBS.log but no corruption is fixed using this switch. This is useful for logging what, if any, corruption exists. Use Dism /Online /Cleanup-Image /ScanHealth. This could take 10-15 minutes.
    • /CheckHealth: This checks to see if a component corruption marker is already present in the registry. This is merely a way to see if corruption currently exists. Think of it as a read-only CHKDSK. Use Dism /Online /Cleanup-Image /CheckHealth. This could take less than a minute.
    • /RestoreHealth: This checks for component store corruption, records the corruption to C:\Windows\Logs\CBS\CBS.log and FIXES the corruption using Windows Update. This operation takes 15 mins or more depending on the level of corruption. Use Dism /Online /Cleanup-Image /RestoreHealth.

    http://www.thewindowsclub.com/compon...-windows-image

    I ran C:\>Dism /Online /Cleanup-Image /ScanHealth

    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0


    Image Version: 10.0.10586.0


    [==========================100.0%==========================]
    No component store corruption detected.
    The operation completed successfully.

    Should I continue with the others ?
      My Computer


  4. Posts : 5,478
    2004
       #64

    x7007 said:
    Should I continue with the others ?
    There is no point running any more Dism commands as you've already checked it with /ScanHealth and it found no issues in the component store.

    You could run Sfc /VerifyOnly and this will check the hash of objects you are running against those in the component store (it will not change anything - just give a report). You can then decide if you want to run Sfc /ScanNow. It will not reset (or repair) any permission changes you've made anyway.

    Incidentally for Immersive Shell I have local launch and local activation permissions for Interactive, SYSTEM and Administrators. This is the default and I don't have the problem you describe.
      My Computer


  5. Posts : 53
    windows 10
       #65

    lx07 said:
    There is no point running any more Dism commands as you've already checked it with /ScanHealth and it found no issues in the component store.

    You could run Sfc /VerifyOnly and this will check the hash of objects you are running against those in the component store (it will not change anything - just give a report). You can then decide if you want to run Sfc /ScanNow. It will not reset (or repair) any permission changes you've made anyway.

    Incidentally for Immersive Shell I have local launch and local activation permissions for Interactive, SYSTEM and Administrators. This is the default and I don't have the problem you describe.
    Ok about the sfc .
    Why for me the remote is selected too for all of them ?
      My Computer


  6. Posts : 5,478
    2004
       #66

    x7007 said:
    Why for me the remote is selected too for all of them ?
    No idea I'm afraid. I did a clean install of 1511 and that is what it came out like.
      My Computer


  7. Posts : 2,832
    Windows 10 Pro X64
       #67

    Hi,

    Task Scheduler service found a misconfiguration in the NT TASK\CTF Host definition. Additional Data: Error Value: C:\Users\x7007\AppData\Roaming\Microsoft\Ctfhost\ctfhost.exe.
    No such folder/file on my system.

    Could be adware though:

    http://www.freefixer.com/library/fil...st.exe-210152/

    Cheers,
      My Computers


  8. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #68

    glnz said:
    x7007 - I am not a savvy tech like f14tomcat and fdegrove - in fact, I'm only a real estate lawyer -- so please confirm the following before trying:

    Recently, from good advice in this and other forums, I was able to solve a bunch of Win 10 Pro 64-bit problems by running these as a .bat:

    sfc /scannow
    rem Dism /Online /Cleanup-Image /StartComponentCleanup
    Dism /Online /Cleanup-Image /RestoreHealth
    sfc /scannow

    (I don't always actually run the second "rem" line, but I used it recently by removing the "rem" and it helped.)

    But, as I said, double-check the above before using it.
    This is the correct sequence, and can be Copy/paste (ALL ONE LINE) to Admin Cmd line, don't need a .bat...

    Dism.exe /online /Cleanup-Image /StartComponentCleanup&sfc/scannow&Dism /Online /Cleanup-Image /RestoreHealth&sfc/scannow&pause
      My Computers


  9. Posts : 7,871
    Windows 11 Pro 64 bit
       #69

    I had this problem on a clean install! I wonder if MS see many errors in their event logs before they issue Windows 10?

    I had the error in post 19 but followed the instructions to bypass it as discussed in the thread.

    On opening DCOM Config, I get 2 messages saying igfxSDK.exe "has the named value AppId, but is not recorded under \\HKEY_CLASSES_ROOT\AppID. Do you wish to record it?". I don't know what this means so I've selected NO so far. Should I select YES?

    I'm also getting the 7031 errors. The guidance on this forum and elsewhere seems to recommend waiting for MS to fix it unless someone knows better?
      My Computers


  10. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #70

    Steve C said:
    I had this problem on a clean install! I wonder if MS see many errors in their event logs before they issue Windows 10?

    I had the error in post 19 but followed the instructions to bypass it as discussed in the thread.

    On opening DCOM Config, I get 2 messages saying igfxSDK.exe "has the named value AppId, but is not recorded under \\HKEY_CLASSES_ROOT\AppID. Do you wish to record it?". I don't know what this means so I've selected NO so far. Should I select YES?

    I'm also getting the 7031 errors. The guidance on this forum and elsewhere seems to recommend waiting for MS to fix it unless someone knows better?
    Take a look here. It's an Intel process. DCOM Configuration warning - Microsoft Community
      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 09:34.
Find Us




Windows 10 Forums