Get-AppXPackage -AllUsers | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" Then restart Explorer:
Then run this command:
Get-AppXPackage -AllUsers | Where-Object $_.Name -like "*ShellExperienceHost*" | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" Then restart Explorer. These methods work for Windows 10 and Windows 11. For persistent problems, try running sfc /scannow or DISM /Online /Cleanup-Image /RestoreHealth in Command Prompt (admin). how to reset taskbar