Gameservices not installing

In windows search bar type powershell
Right click on it and select run as administrator

Copy the command below, paste into powershell

get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers

press enter

Copy the command below, paste into powershell

Stop-Service wuauserv

press enter

Copy the command below, paste into powershell

Remove-Item -Path “HKLM:\SYSTEM\CurrentControlSet\Services\GamingServices” -Recurse

press enter

Copy the command below, paste into powershell

Remove-Item -Path “HKLM:\SYSTEM\CurrentControlSet\Services\GamingServicesNet” -Recurse

press enter

Copy the command below, paste into powershell

Start-Service wuauserv

press enter

Restart your computer.

Download Microsoft.GamingServices_2.53.17003.0_neutral___8wekyb3d8bbwe.AppxBundle

Right click on it and select install

Run powershell as administrator.
Copy the command below, paste into powershell

Add-AppxPackage -register “C:\ProgramFiles\WindowsApps\Microsoft.GamingServices_2.53.17003.0_x64__8wekyb3d8bbwe\appxmanifest.xml” -DisableDevelopmentMode

press enter and run msfs

5 Likes