It seems you are experiencing issues with the Xbox App after upgrading to Windows 11 Pro, along with some errors related to the HP Display Control Service and Secure Boot. Here are some troubleshooting steps you can try:
- Check for Windows Updates: Ensure that your Windows 11 is fully updated. Sometimes, updates can resolve compatibility issues.
- Repair or Reset the Xbox App: Go to Settings > Apps > Apps & features, find the Xbox App, click on it, and select "Advanced options". From there, you can choose to repair or reset the app.
- Check Gaming Services: Make sure that Gaming Services is installed and updated. You can uninstall it via PowerShell and then reinstall it:
- Open PowerShell as an administrator and run:
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
- Open PowerShell as an administrator and run:
- Check Secure Boot Settings: Since you mentioned Secure Boot, ensure that it is enabled in your BIOS settings. If there are updates available for Secure Boot certificates, apply them as per the guidance provided by your device manufacturer.
- Registry Permissions: If you suspect registry permissions might be an issue, ensure that the necessary permissions for the All Application Packages group are set correctly in the registry. You can check this by running
gpresult /h <path>\gpreport.htmlin an administrative command prompt and reviewing the permissions. - Reinstall the Xbox App: If the above steps do not resolve the issue, consider completely uninstalling the Xbox App and reinstalling it from the Microsoft Store.
If none of these steps work, you might want to check the event viewer for any additional error messages that could provide more insight into the problem.
References: