Before you proceed, some of you may want to create a system restore point first, so that you can revert back, if you find that the results are not what you expected.
sfc /scannow
Restart after the scan is over and see if it helped.
Dism /Online /Cleanup-Image /RestoreHealth
Restart after the scan is over and see if it helped.
4] Open an elevated PowerShell window type the following and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
To
open an elevated PowerShell prompt, type PowerShellp in taskbar Search, and in the result ‘Windows Powershell’ which appears, right-click and select Run as administrator.
Like this:
Like Loading...
Related
Published by Protiguous
C# Software Developer, SQL Server DBA, Father, and seeker of Truth.
View all posts by Protiguous