MS Store and Xbox App doesn't work #1279
Unanswered
robisxx
asked this question in
Help & Support
Replies: 1 comment
-
based on the info you have provided if seems one of those command prompt scripts you used also removed a vital component. namely microsoft.vclib or the microsoft visual c library. most apps require this library to function properly. i suggest trying to reinstall it from microsoft using this link and see if that fixes it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, im using Atlas for ~one year, i've disabled MS Store and remove Xbox applications via .cmd files, now i need to use this two apps but it doesn't work. I tried to manual install xbox app but it freezes at ~10% and after few minutes it shows error 0x80131505, also i tried to install it via powershell after downloading a .Msixbundle file, there is next error:
also tried to use this powershell command to repair:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
but no effects tooMS Store needs update to work but i can't do it too.
is there any way to enable it again?
Beta Was this translation helpful? Give feedback.
All reactions