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.