Right click on the Windows icon on the left of taskbar, and run Windows PowerShell as admin.
Copy and paste the following command to run in the Windows PowerShell admin console.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Hopefully after this, your problem will be fixed.
No comments:
Post a Comment