Next: WindowsApp

Pages

Showing posts with label WindowsApp. Show all posts
Showing posts with label WindowsApp. Show all posts

Xbox sign-in with error code " 0x406" on Windows 10



Run Powershell as Administrator and run the following commands:

Get-AppxPackage *windowsstore* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage 


Now, restart your computer

When windows is on, re-open Powershell as administrator and run the follow command:

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Go in windows store and you check if xbox app is installed otherwise install it.

Run xbox and now the app is connected.

Good luck.

WINDOWS 8.1 Error 0X80073CF9

Some time when I try to install an app with window store I have the following error message:



after I press the button Re-try but the app is not loaded.

Here the solution: