Solving The Error Code 0x406

Asked By 40 points N/A Posted on -
qa-featured

Whenever I try to connect to my Xbox application on Windows 10, error 0x406 is displayed. Someone help me, please.

 

SHARE
Answered By 0 points N/A #321912

Solving The Error Code 0x406

qa-featured

Follow the steps below and see if it helps.

a: Press the Windows + X key.

b: Then click Command Prompt (Admin).

c: Enter the following command and press Enter

Get-AppxPackage * windowsstore * | Remove-AppxPackage

Get-AppxPackage * xboxapp * | Remove-AppxPackage

After a reboot (disconnection and reconnection did not work for me), I entered the following command (again in a very PowerShell in admin):

Get-AppxPackage – All Users | For everyone

This installs any missing built-in applications that you have uninstalled.

Related Questions