When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.

Microsoft details workaround for Xbox Game Pass installation errors

Gamers using the Xbox Game Pass subscription service have reportedly encountered error codes 0x80073D26 and 0x8007139F whenever they try to install or start an Xbox Game Pass game on a Windows 10 device. The error may redirect them to the Microsoft Store page for Gaming Services. Those using the Xbox App see error code 0x00000001 instead.

The errors come with the message:

"Something Unexpected Happened. Reporting this problem will help us understand it better. You can wait a bit and try again or restart your device. That may help."

Now a workaround has been shared by Microsoft to help fix the errors, but the steps require more than basic knowledge of computers as it involves using Powershell commands and reinstalling the Gaming Services app.

To apply the fix:

  1. Open Notepad.
  2. Copy-and-paste the following PowerShell script into the empty Notepad document:

    Get-AppxPackage *gamingservices* -allusers | remove-appxpackage -allusers
    Remove-Item -Path "HKLM:\System\CurrentControlSet\Services\GamingServices" -recurse
    Remove-Item -Path "HKLM:\System\CurrentControlSet\Services\GamingServicesNet" -recurse

  3. Press Ctrl+S to open the Save As dialog box.

  4. In the File name box, type RepairGamingServices.ps1.

  5. Change the Save as type box to All Files (*.*).

  6. Click Save.

  7. Right-click the PowerShell script and select Run as administrator.

  8. Restart your device.

  9. Start the Xbox application. You should see a blue banner with the following message: This app needs an extra component. Gaming Services is needed for playing some games. Administrator approval required. Install

  10. Select Install to reinstall Gaming Services.

  11. After the installation is complete, you should be able to install and start games.

Some users have also reported that instead of following the complete steps, just deleting the below-mentioned two registry keys fixes the issue for them.

  1. Open RegEdit as an administrator.
  2. Delete [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GamingServices]
  3. Delete [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GamingServicesNet]
  4. Reboot PC
  5. Install gaming service like you would normally.

You can try and see which fix works for you but remember your mileage may vary.

Disclaimer: Serious problems might occur if you modify the registry incorrectly. Please make sure that you follow the above steps carefully. For added protection, back up the registry before you modify it so that you can restore the registry if a problem occurs. To know more about how to backup and restore the registry, please read this Microsoft Support article.

Source: Microsoft via BleepingComputer

Report a problem with article
Tiny Tinas Wonderlands titlecard
Next Article

Tiny Tina's Wonderlands is a fantasy Borderlands spin-off coming in 2022

sql server
Previous Article

This Essential Microsoft SQL Server Training Bundle is down to just $19.99

Join the conversation!

Login or Sign Up to read and post a comment.

3 Comments - Add comment