hi guys just needing a bit of help
went to reset the store it hanged so i rebooted
did a dism check and restore
its still missing and i cant find any workaround on google.
ideas?
-
i fixed it yeaaaa
open powershell as admin and copy paste then press enter in the order below
3rd one might not work but isnt nessessary
paste 1: Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
paste 2: Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
paste 3: PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
original source
Last edited: Dec 25, 2020 -
StormJumper Notebook Virtuoso
-
it was reseting the app then hanged then i restarted the computer midway.
windows store missing
Discussion in 'Windows OS and Software' started by JRE84, Dec 25, 2020.