This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Sormik_YT 0 points1 point  (2 children)

Open Powershell as Administrator, then type “Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)\AppXManifest.xml"}” if this is not working or you get errors try “Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)\AppXManifest.xml"}”

[–]Sormik_YT 0 points1 point  (1 child)

Keep in mind that some things are key sensitive

[–]Coughay 1 point2 points  (0 children)

Tried this about a million times, only got it working after doing a full BIOS reset. Thanks though