Situatie
Microsoft Store afiseaza eroarea
Solutie
Pasi de urmat
- Execute the command prompt by pressing Windows + R.
- In the text box, type exe, then press Enter.
- If this does not work, try registering again in the Windows store. To do this, press Windows + X, then select the command prompt (Admin).
- In the PowerShell –ExecutionPolicy text box, type Unrestricted, then press the
- Add this command: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + \\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
hit Enter
Leave A Comment?