C
CrazyProHacker
So from the past 2 weeks i was not able to install any of my gamepass games through the xbox app so i decided to go through some of the Microsoft community forums and this guide - [PC] Xbox Gaming Services will not run instructed to uninstall windows store using
Get-AppxPackage *windowsstore* | Remove-AppxPackage
and xbox beta app using -
Get-AppxPackage *xboxapp* | Remove-AppxPackage
now when the command finished, i tried reinstalling store using -
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
but
Powershell gave me this error-
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CF9)
Unable to update all user store with package Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe with
error: 0x80070057
NOTE: For additional information, look for [ActivityId] e1f2bfac-c46b-0002-adee-f2e16bc4d601 in the Event Log or use
the command line Get-AppPackageLog -ActivityID e1f2bfac-c46b-0002-adee-f2e16bc4d601
At line:1 char:61
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
i even tried
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
and rebooted and still didn't see any windows store
I am on Windows 20H2 version and all my drivers are up to date too.
A clean boot or reinstalling windows isn't an option for me
My patience is slowly running out as this problem has persisted for the past few weeks and after hundreds of google searches and microsoft forum solutions i still cant solve my problem, i really want to love xbox and gamepass but windows (and ms store) is just not letting me do that.
Continue reading...
Get-AppxPackage *windowsstore* | Remove-AppxPackage
and xbox beta app using -
Get-AppxPackage *xboxapp* | Remove-AppxPackage
now when the command finished, i tried reinstalling store using -
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
but
Powershell gave me this error-
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CF9)
Unable to update all user store with package Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x86__8wekyb3d8bbwe with
error: 0x80070057
NOTE: For additional information, look for [ActivityId] e1f2bfac-c46b-0002-adee-f2e16bc4d601 in the Event Log or use
the command line Get-AppPackageLog -ActivityID e1f2bfac-c46b-0002-adee-f2e16bc4d601
At line:1 char:61
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
i even tried
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
and rebooted and still didn't see any windows store
I am on Windows 20H2 version and all my drivers are up to date too.
A clean boot or reinstalling windows isn't an option for me
My patience is slowly running out as this problem has persisted for the past few weeks and after hundreds of google searches and microsoft forum solutions i still cant solve my problem, i really want to love xbox and gamepass but windows (and ms store) is just not letting me do that.
Continue reading...