Method 1:
Open Command Prompt.
[LIST=1]
[*]Right click to Select Run as Administrator.
[*]Type sfc /scannow and hit Enter key.
[/LIST]
Method 2:
If the issue persists,run the DISM tool to check the system health and will try to restore the files.
[LIST=1]
[*]Click on 'Start'.
[*]Enter 'Command prompt' in the Search box.
[*]In the list of results, swipe down on or right-click Command prompt, and then tap or click 'Run as administrator'.
[*]In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:
[/LIST]
DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
To close the Administrator: Command Prompt window, type Exit, and then press Enter.
Method 3:
Follow the below steps:
•Open PowerShell as administrator.
•Run the command
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}