Multiple Error Codes

Harry_Beast

Posts: 75   +0
First of all I was a victim of the SCREEN HOSTAGE SCAM a few months back!! I presumed I had fixed it by restoring rig to an earlier date. Now I am getting multiple error and warning code every 4 to 8 minutes!'These are:

DistributedCOM 10016
ESENT 636
ESENT 640
What can I do??!!!
 
For the COM 1006, it's a permission issue:
  • 1. Open Regedit
    2. Go to HKEY_Classes_Root\CLSID\{C2F03A33-21F5-47FA-B4BB-156362A2F239}
    3. Right click on it then select permissions
    4. Click Advance and change the owner to Administrators group. Also click the box that will appear below the owner line. ("Replace owner ...")
    5. Apply full control

    6. Go to HKEY_LocalMachine\Software\Classes\AppID\{316CDED5-E4AE-4B15-9113-7055D84DCC97}
    7. Right click on it then select permission
    8. Click Advance and change the owner to Administrators group
    9. Click the box that will appear below the owner line
    10. Click Apply and grant full control to the Administrators group

    11. Go to Administrative tools
    12. Open component services
    13. Click Computer, click my computer, then click DCOM
    14. Look for the corresponding service that appears on the error viewer [Immersive Shell]
    15. Right click on it then click properties
    16. Click security tab then click Add User. Add Local Service then apply
    17. Tick the Activate local box
 
Back