You are on page 1of 1

Open PowerShell as Admin and try this:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Re


gister "$($_.InstallLocation)\AppXManifest.xml"}
and press enter.

You might also like