Usually Component Object Model (COM) technology in Windows is used to communicate and take advantage of Windows services for COM+ applications. COM technologies will include COM+, DCOM, and ActiveX Controls.

Some components in Windows may need to register themselves with DCOM.  If they fail to do so, you’ll see this logged in the Event Viewer. In Event Viewer window, you can find this log under Windows logs > System with Event ID 10010:

The server <GUID> did not register with DCOM within the required timeout.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

If you’re getting this logged heavily in your Event Viewer window and want to fix it, you can try below mentioned fixes:

FIX: ‘The Server Did Not Register With DCOM Within The Required Timeout’ In Windows 10/8/7

FIX 1 – Via Component Services

1. Press W8K + R and put dcomcnfg in Run dialog box and hit Enter key to open Component Services.

2. In Component Services, click Component Services > Computer > right click on My Computer and select Properties.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

3. On the property sheet, switch to COM Security tab. Under Access Permissions, click Edit Default.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

4. Now in the Access Permission window, make sure you’ve applied correct permission to objects under Group or user names section. Click OK.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

5. Repeat step 4 for Launch and Activation Permissions as well.

See if the issue is resolved with this, otherwise try FIX 2 mentioned below.

FIX 2 – Via Registry Editor

Registry Disclaimer: The further steps will involve registry manipulation. Making mistakes while manipulating registry could affect your system adversely. So be careful while editing registry entries and create a System Restore point first.

1. Press W8K + R and put regedit in Run dialog box to open Registry Editor (if you’re not familiar with Registry Editor, then click here). Click OK.

Windows 10 Registry Editor

2. In Registry Editor window, press Ctrl+F and type the GUID you got mentioned in Event Viewer error 10010. You’ll find the resulted registry key as HKEY_CLASSES_ROOT\CLSID\GUID. In the right pane, copy the AppID registry string (REG_SZ) value.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

3. Again press Ctrl+F and type the AppID you received in previous step. You’ll find the resulted registry key as HKEY_CLASSES_ROOT\CLSID\AppID. Right click on this AppID registry key and select Permissions.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

4. In the Permissions window, click Add.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

5. On Select Users or Groups window, click Find Now. Select LOCAL SERVICE and click OK.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

6. Back in Permissions window, select LOCAL SERVICE and make sure under Permissions for LOCAL SERVICE, you tick Allow for Full Control. Click Apply followed by OK.

FIX The Server Did Not Register With DCOM Within The Required Timeout In Windows 10

Close Registry Editor and reboot the machine. After sometime, you’ll realize that the error 10010 is no longer logged for the concerned GUID.

That’s it!

2 Comments

Add your comment

  • Ken Heart

    This has been driving me crazy for months and now I am having random restarts because of an lsass error – The DCOM 10010 errors I get do not have any GUID number as mentioned in your article – I am getting:
    The server Microsoft.Windows.Cortana_1.13.0.18965_neutral_neutral_cw5n1h2txyewy!Cortana.ActionUris.ActionUri did not register with DCOM within the required timeout.
    and:
    The server Microsoft.Windows.Cortana_1.13.0.18965_neutral_neutral_cw5n1h2txyewy!CortanaPlaces.PlaceStore did not register with DCOM within the required timeout.
    among others. I have googled extensively but as usual there is no intelligible or helpful answer out there. I’m hoping you can help?

  • Kapil Arya

    ^^ Have you already re-registered Cortana package? If not, try and see if it helps: https://www.kapilarya.com/fix-cortana-not-working-in-windows-10.

  • Leave a Reply

    Your email address will not be published. Required fields are marked *