Unable To Open Start Menu. DCOM Not Register With ShellExperienceHost 10010

Santosh Gupta | Tue, 21 Jan 2020 at 06:38 hours | Replies : 2 | Points : 100

Category : Windows 10


Hi,

 

I am unable to open Start Menu in Windows 10. I am getting below error 10010 in System Log on each click.

 

I did checked dcom permission in registry and component services but no luck. Please help.

 

The server Microsoft.Windows.ShellExperienceHost_10.0.17134.112_neutral_neutral_cw5n1h2txyewy!App did not register with DCOM within the required timeout



This Question is already solved Click To See The Answer


HI Santosh,

 

Please follow the below steps.

 

  1. Login with Local Admin
  2. Open Run
  3. Type powershell.exe
  4. On the powershell copy and past the below Command.
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Thanks  a lot, command worked, Error gone. Now start menu is working fine.