Forum Discussion
Jackized
Copper Contributor
Run this in Powershell as Administrator.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
TranceWarp
Sep 26, 2022Copper Contributor
This fixed my problem. Many thanks!