SEARCH
    GO
 
 
 
Nigel's Blog
Photo Albums
File Archie
Technical Notes
Rachel's Workshop
My Threads
About Nigel
FreeTalk
 
  Nigel's Blog
 
Nigel's Blog
 

 

20200626 [WINDOWS 10 Microsoft.Windows.Cortana DCOM EVENT ERROR 10001]

Posted by on Friday, June 26, 2020 (PST)

CORTANA; WINDOWS 10; DCOM; ERROR; 10001

The full error is as the following:

===============================================

Unable to start a DCOM Server: Microsoft.Windows.Cortana_1.13.0.18362_neutral_neutral_cw5n1h2txyewy!CortanaUI.AppX8z5q44mt1b9k6x2nkjj0bkr2e1ac0dxy.mca as Unavailable/Unavailable. The error:
"2147942667"
Happened while starting this command:
"C:\WINDOWS\system32\backgroundTaskHost.exe" -ServerName:CortanaUI.AppXy7vb4pc2dr3kc93kfc509b1d0arkfb2x.mca

===============================================

I searched many places but could find any solution which could resolved my issue. I found that I can use the following command to get all packages installed info.

Get-AppxPackage -AllUsers | Format-List -Property PackageFullName,PackageUserInformation

I then noticed that there are some packages are pending for removal. More specifically, I noticed "Microsoft.Windows.Cortana_1.13.0.18362_neutral_neutral_cw5n1h2txyewy" is one of them.

I then use the following command.

Remove-AppxPackage -AllUsers -Package <PackageFullName>

NOTE: -AllUser is the key.

I was able to get pending removal packages all removed, and the best of all, the error was also gone.


 

Add Your Comment

 
 
 
New Photos 
 

 

  • 20120313(Jessie's Birthday)
    20120313;201203;2012;

  • 20120313(Jessie's Birthday)
    20120313;201203;2012;

  • 20120313(Jessie's Birthday)
    20120313;201203;2012;

  •  
     

     

     

    Most Popular Photos
     

     

  • 20060802(Hooters)
    Hooters, Taipei, Taiwan

  • 20060708(Sun-Moon Lake)
    Sun-Moon Lake, Taichung, Taiwan

  • 20060802(Hooters)
    Hooters, Taipei, Taiwan

  •  
     
     
    System Administrator: Nigel H. Lin
    IIS7.0 SBS2011