Win10 任务栏不能正常工作

Tags
windows
Created
Sep 28, 2022 6:32 AM

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

https://answers.microsoft.com/en-us/windows/forum/all/taskbar-action-centre-and-start-menu-not-working/6e8305d8-b671-4c79-a7d0-81f885dd0686

// 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

SuperMade with Super