run
3 Topicsmicrosoft store
getting an error Code: 0x80131500 when trying to start microsoft store researched it and found a fix in powershell Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} tried running that command and got an error get-appxpackage is not recognised etc researched that error and tried running"run" blah blah and that comes up with an error term "run" not recognisedas comdlet etc1.7KViews1like6Comments