Answers for "launching windows game takes me to gaming services in windows store"

0

launching windows game takes me to gaming services in windows store

Update windows with all patches, then...

Reinstall the gaming services using the following steps:

- Launch powershell as an administrator and enter 
  “get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers”
- In the same powershell window, enter 
  “start ms-windows-store://pdp/?productid=9MWPM2CQNLHN”
- Install the app on that page, including accepting the UAC prompt when shown.
- Try launching the game again. Re-install the game if necessary.
Posted by: Guest on June-25-2021

Code answers related to "launching windows game takes me to gaming services in windows store"

Browse Popular Code Answers by Language