Hi Dezerth,

I suggest your to follow this steps it might help you.

Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
Click File > Run New Task.
Make sure you have a check mark beside “Create this task with administrative privileges”.
Type CMD.
Type the following 4 commands at the CMD prompt:
dism /online /cleanup-image /restorehealth

sfc /scannow

powershell

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

6. Close the CMD window.