User Tools

Site Tools


action_center_won_t_open

Action Center Won't Open

  1. Try opening it with Windows+A
  2. Open Task Manager
    • Kill the Windows Explorer process, the restart it by running explorer.exe from the run menu
    • Try opening the Action Center
  3. Open command prompt as administrator
    • Run: sfc /scannow
    • Run: DISM.exe /Online /Cleanup-image /Restorehealth
    • Reboot and retry
  4. Open Powershell as administrator
    • Run the following command:
    • Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    • Reboot and retry
action_center_won_t_open.txt · Last modified: 2021/05/25 23:41 by deftesprit