If you're having trouble signing into the Microsoft Store, Xbox App, and Xbox Accessories app after the KB5072033 update, here are some steps you can take to troubleshoot the issue:
- Check for Updates: Ensure that your Gaming Services and Xbox App are up to date. You can do this by:
- Launching PowerShell as an administrator and entering the command:
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusersto remove the current version. - Then, enter the command:
start ms-windows-store://pdp/?productid=9MWPM2CQNLHNto reinstall Gaming Services. - For the Xbox App, use the command:
get-appxpackage Microsoft.XboxApp | remove-AppxPackage -allusersfollowed bystart ms-windows-store://pdp/?productid=9mv0b5hzvk9z.
- Launching PowerShell as an administrator and entering the command:
- Restart Your PC: Sometimes a simple restart can resolve issues related to services that are in a bad state.
- Check Sandbox Environment: Make sure you are in the RETAIL sandbox. If you are in a dev sandbox, the apps may not function correctly.
- Registry Permissions: If the issue persists, check the registry permissions to ensure that the All Application Packages group has the necessary permissions. You can do this by:
- Opening
regedit.exeand checking permissions forHKEY_USERSandHKEY_CLASSES_ROOT.
- Opening
- Create a New User Account: As a last resort, try creating a new user account to see if the problem is user-specific. If the issue does not occur in the new account, consider migrating your data to the new profile.
By following these steps, you should be able to resolve the sign-in issues with the Microsoft Store and Xbox apps.