Windows server

泽俊 黄 0 Reputation points
2024-01-22T07:18:22.6033333+00:00

源 Windows Shell Experience Host 摘要 Stopped responding and was closed 日期 ‎2024/‎1/‎22 10:52 状态 未报告 描述 A problem caused this program to stop interacting with Windows. 错误的应用程序路径: C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\ShellExperienceHost.exe 问题签名 问题事件名称: MoAppHang Package Full Name: Microsoft.Windows.ShellExperienceHost_10.0.20348.1_neutral_neutral_cw5n1h2txyewy Application Name: praid:App Application Version: 10.0.20348.1 Application Timestamp: f35f1a44 Hang Signature: 7dbf Hang Type: 2097668 OS 版本: 10.0.20348.2.0.0.400.8 区域设置 ID: 2052 Additional Hang Signature 1: 7dbf521a9c70d9e05088251e9a018822 Additional Hang Signature 2: 17b7 Additional Hang Signature 3: 17b72299ca6d1ce2864fc218ef108d8b Additional Hang Signature 4: 7dbf Additional Hang Signature 5: 7dbf521a9c70d9e05088251e9a018822 Additional Hang Signature 6: 17b7 Additional Hang Signature 7: 17b72299ca6d1ce2864fc218ef108d8b

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-01-25T03:36:52.13+00:00

    Hi 泽俊 黄,

    Please open Windows PowerShell as administrator and run the commands to see if the issue can be fixed.

    DISM.exe /Online /Cleanup-image /Scanhealth
    DISM.exe /Online /Cleanup-image /Restorehealth
    sfc /scannow
    

    If the issue persists you can re-register the app.

    Get-AppXPackage -AllUsers -Name Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.