Situatie
Solutie
Pasi de urmat
- Press the windows + R key.
- Type powershell and press Shift+Ctrl+Enter. This opens your PowerShell as an administrator.
You will see a blue screen. Now paste the following command after C:/windows/System32> and press enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Reboot the device after the process is complete.
Leave A Comment?