Unlocking the Xbox Full Screen Experience on Windows 11

To fully utilize the Xbox experience on your gaming PC, you will need to have Windows 11 version 25H2 installed. This guide will walk you through the steps to enable the Xbox Full Screen Experience, turning your regular desktop into a console-like gaming environment.

This feature not only enhances the interface by providing a controller-friendly full-screen dashboard but also optimizes system resources. By prioritizing the Xbox app, Windows can reduce the load of background processes, leading to improved performance and extended battery life while gaming.

Currently, the Xbox Full Screen Experience is tailored for handheld devices like the Xbox Ally X from Asus ROG, but there is a method to enable this feature on standard PCs. By creating a workaround that tricks your system into recognizing your PC as a handheld device, you can access this functionality regardless of your hardware setup.

In October 2025, I validated this workaround successfully using build 26200.6899 of Windows 11 in a testing environment. During my tests, I operated on a virtual machine with 8GB of RAM and no dedicated graphics card, relying solely on VMware’s virtualized GPU.

The implementation of this feature requires several tools including ViveTool, Physpanel, and the PsExec command-line tool. Below, I will detail every step required to enable the Xbox experience on your Windows 11 PC.

Step-by-Step: Enabling the Xbox Full Screen Experience

Follow these detailed steps to activate the Xbox Full Screen Experience on your Windows 11 25H2 desktop:

  1. Launch Settings on your Windows 11 device.

  2. Select Windows Update.

  3. Click the “Check for updates” button.

  4. Enable the toggle for “Get the latest updates as soon as they’re available”.

  5. Download and install the update for “Windows 11, version 25H2”.

    Windows Update upgrade to version 25H2 option

  6. Restart your PC.

  7. After upgrading, visit the GitHub website.

  8. Download the ViveTool-vx.x.x.zip file.

  9. Use File Explorer to access the zip folder.

  10. Select the Extract all option.

    Extract ViveTool zip file

  11. Click Extract.

  12. Copy the folder path where ViveTool was extracted.

  13. Open Start and search for Command Prompt. Right-click the top result and choose Run as administrator.

  14. Navigate to the ViveTool directory by typing the following command:

    cd c:\folder\path\ViveTool-v0.x.x

    Make sure to replace c:\folder\path with your actual path.

  15. Enable the Xbox handheld mode with the following command:

    vivetool /enable /id:52580392, 50902630

  16. Restart your computer again.

  17. Reopen Start and search for regedit to open the Registry Editor.

  18. Navigate to:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\OEM

  19. Create a new DWORD (32-bit) Value under the OEM key.

  20. Name it DeviceForm and hit Enter.

  21. Right-click the DeviceForm key and select Modify.

  22. Set the value to 2e (in Hexadecimal).

    Registry create DeviceForm key with 2e value

  23. Click OK.

  24. Restart the PC one more time.

  25. Access the PSTools page.

  26. Download the PsTools suite.

    Download PSTools

  27. Extract the PsTools package using File Explorer.

  28. Navigate to the PsTools folder in the Command Prompt:

    cd c:\folder\path\PsTools

    Update the path as necessary.

  29. Launch the command to initiate the tool:

    psexec -s -i cmd.exe

  30. Download the Physpanel.

  31. Extract the Physpanel zip file.

    Download Physpanel tool

  32. Copy the path to the folder with Physpanel.

  33. Set a task in Command Prompt to schedule panel dimension adjustments:

    schtasks /create /tn "SetPanelDimensions"/tr "C:\path\to\physpanel.exe set 155 87"/sc onstart /ru SYSTEM /rl highest /f

  34. Restart your computer again.

  35. Go to Settings once more.

  36. Click on Gaming.

  37. Access the “Full screen experience” settings.

    Full screen experience on Gaming settings

  38. Select the Xbox app under “Choose home app”.

  39. Enable “Enter full screen experience on start-up” to directly begin in this optimized gaming mode.

    Enable Xbox full screen experience on Windows 11

  40. (Optional) Activate “Show accessibility control hits in Task View” for easier access.

Once these steps are completed, the next time you start your computer, it will automatically boot into the full-screen Xbox experience, streamlining game launches and enhancing your gameplay with a controller, all without the need to purchase a handheld console like the Xbox Ally X.

Stay updated with the latest guides and insights by subscribing to my newsletter.

Subscribe

To return to the traditional desktop interface, simply use the keyboard shortcut “Windows key + Tab”, click on the “Windows desktop” button and then hit “Continue”. If you wish to close the Xbox app, right-click the Xbox icon and select “Close window”.

Switch Xbox full screen to Windows 11 desktop
Switch Xbox full screen to Windows 11 desktop / Image: Mauro Huculak

To re-enter full-screen mode, simply log out and then sign back into your Windows 11 account.

Source & Images

Leave a Reply

Your email address will not be published. Required fields are marked *