Forum Discussion
davey-lines
Mar 06, 2022Copper Contributor
microsoft 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 -DisableDevelopmentMod...
davey-lines
Apr 17, 2022Copper Contributor
thank you for taking the time to respond. I have tried elevated privileges with same result
running from c:\windows\system32 or even c:\ gives me the same result
run : The term 'run' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ run
+ ~~~
+ CategoryInfo : ObjectNotFound: (run:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The appx service is running - laptop works perfectly other than this
running from c:\windows\system32 or even c:\ gives me the same result
run : The term 'run' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ run
+ ~~~
+ CategoryInfo : ObjectNotFound: (run:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The appx service is running - laptop works perfectly other than this
Apr 17, 2022
Don't know why you should use run, makes no sense.. Where did you read that?
- davey-linesApr 20, 2022Copper Contributorthank you for replying. After I got the message "get-appxpackage is not recognised" I researched that on the internet and was told to run some kind of command from powershell, were going back 1 month now. But powershell refused to acknowledge run as a valid command. I thought it strange that run was not a valid command - but if you are saying run is not valid then it must be all good.
I will research further to see if I can resolve the store issue
thank you
David- May 14, 2022Did you fix your issue?
- Apr 20, 2022
If you start PowerShell (Run as administrator) and you copy and paste
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
It should just do that without issues. Could you try and screenshot the results for us ?