Win10 任务栏不能正常工作

不能搜索,不能右键访问 App,不能打开 Action Center


// win+r -> ctrl + shift + enter 以管理员打开 cmd
  1. DISM.exe /Online /Cleanup-image /Restorehealth
  2. sfc /scannow

// win+x 以管理员打开 powsershell
  1. Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
  2. Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  3. 重启
// win+r 打开 control
Troubleshooting Windows Store Apps

Microsoft Store 更新 Apps