Forum Discussion
Jon Lord
Jun 14, 2020Copper Contributor
MS Store DCOM Error
I'm getting the error "Unable to start a DCOM Server: Microsoft.WindowsStore_11910.1002.5.0_x64__8wekyb3d8bbwe!App as Unavailable/Unavailable. The error: "2147942402" Happened while starting this com...
KapilArya
Jun 14, 2020MVP
Hello Jon Lord,
Try re-registering Store app. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell.
See if it helps in this case!
- Jon LordJun 14, 2020Copper Contributor
Already done and more than once.
You can read more with google translate here post LV-223 #43906 08.06.20 13:45