Win10 任务栏不能正常工作
不能搜索,不能右键访问 App,不能打开 Action Center
// win+r -> ctrl + shift + enter 以管理员打开 cmd
- DISM.exe /Online /Cleanup-image /Restorehealth
- sfc /scannow
// win+x 以管理员打开 powsershell
- Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
- Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- 重启
// win+r 打开 control
Troubleshooting Windows Store Apps
Microsoft Store 更新 Apps