📜  启动 windows 游戏将我带到 windows 商店中的游戏服务 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:40.258000             🧑  作者: Mango

代码示例1
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.