Windows 10 Xbox App 0x406 fix

Опубликовано: 23 Июль 2026
на канале: Nate Break
122,583
1.9k

This shows how to fix the 0x406 error for the Xbox app on windows 10. Below you will find the commands that you will need for to put into windows PowerShell.

**POWERSHELL MUST BE RUN AS ADMINISTRATOR EVERY TIME**


Get-AppxPackage windowsstore | Remove-AppxPackage

Get-AppxPackage xboxapp | Remove-AppxPackage 

(Restart your computer)

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

Once this has been done the Xbox App should work just fine.

I hope you all find this video enjoyable and helpful. Feel free to leave feedback and please subscribe!