Hi. I'm David, and I'm happy to help you.
I suggest you use the system file checker to repair possible corrupted or missing system files.
- Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
- Run the following commands at the Command Prompt one at a time:
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup
sfc /scannow
- Restart the PC.
If it persists, re-register all Windows apps. (Close all Windows apps)
- Press "Windows + X" and select "Windows Terminal (Admin)";
- Type or paste the following command and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Note: Several red warnings may appear when running this command. Ignore them. It's normal.
- Restart the PC.
I hope this helps. Feel free to ask back any questions.