Fix Gaming Services Error 1060 The Specified Service Does Not Exist As An Installed Service
Fix Gaming Services Not Starting in services.msc Error Windows could not start the Gaming Services service on Local Computer Error 1060: The specified service does not exist as an installed service
Step 1) Run this command
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Step 2) Repair and reset Gaming Services
Step 3) Open Microsoft Store and click on get Updates
Step 4) Uninstall and reinstall gaming Services
Uninstall gaming service
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
Install Gaming service
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Step 5) Make changes in the registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GamingServices
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GamingServicesNet
Restart Your PC- It is a must
Now uninstall remains of gaming services using the command below:
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
Now Install gaming services the from the command provided below:
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Step 6) Perform an in-place upgrade
https://www.microsoft.com/en-in/software-download/windows10
https://www.microsoft.com/en-in/software-download/windows11