Enable Xbox Full Screen Experience on ANY standard PC on Windows 11 25H2

It's possible to enable the Xbox mode on any regular computer, regardless of the hardware configuration, and here's how on Windows 11.

Windows 11 Xbox Full Screen enabled
Windows 11 Xbox Full Screen enabled / Image: Mauro Huculak
  • To enable the Xbox Full Screen Experience on any gaming PC, you have to be running Windows 11 25H2.
  • You also need to use the Physpanel and PSExec command-line tools, and you’ll have to modify the Registry to configure the feature.
  • Alternatively, there’s now a GitHub tool that automates the process of enabling the FSE on any PC running version 25H2 and 24H2.
  • Microsoft has renamed the feature from “Xbox Full Screen Experience” to “Xbox mode” in the latest preview builds available in the Beta and Dev Channels.
  • I have tested this method using builds 26200.8246 and 26200.8313, and the instructions work.

On Windows 11, you can enable the new Xbox mode (formerly Xbox Full Screen Experience) on your regular desktop computer, even if it’s not a handheld gaming PC, and in this guide, I’ll show you how to complete this configuration. 

The Xbox mode (Full Screen Experience (FSE)) replaces the traditional desktop interface with a more controller-friendly, full-screen dashboard, similar to a console interface, but using the Xbox app already available on Windows 11. Additionally, by replacing the standard desktop experience, the system frees up memory and other resources typically used by background processes, resulting in improved performance and battery life for gaming.

The only caveat is that this mode is currently limited to handheld devices (such as the Xbox Ally X from Asus ROG), not standard computers. However, a workaround exists that tricks the operating system into recognizing it as a handheld gaming device, thereby enabling the feature on any computer, regardless of its hardware configuration.

I tested this method in April 2026 and can confirm that it works. As part of the testing environment, I have used a virtual machine running Windows 11 25H2 with the latest updates installed.

This device has only 8GB of memory and doesn’t have a dedicated graphics card, relying instead on the virtualized GPU provided by VMware’s drivers.

Additionally, for this process to work, you’ll need to use two command-line tools, including Physpanel, which queries and modifies the internal panel dimensions reported by the system, and the Microsoft PSExec tool, which enables an interactive Command Prompt session with the highest possible privilege level.

It’s important to note that a GitHub tool has now been published by the community that lets you enable the FSE feature without downloading additional tools or using the Registry. Both methods work identically. If one doesn’t work, you can try the other.

In this guide, I’ll outline the steps to enable the Xbox experience on any computer running Windows 11 25H2.

Warning: It’s important to note that modifying the Registry can cause serious problems if not used properly. It’s assumed you know what you’re doing and have created a full backup of your system before proceeding.

Enable Xbox mode on any Windows 11 PC (GitHub)

You can use the GitHub community-created application to enable Xbox mode on Windows 11 25H2 or 24H2 (build 26200.8037 or newer) with one click, without opening the Registry. 

To enable the Xbox mode (Full Screen Experience) on any PC, follow these steps:

  1. Open this GitHub page.

  2. Click to download the XboxFullScreenExperienceToolSetup-x.x.xx-Full.msi option under the “Assets” section.

    GitHub Xbox Full Screen Experience Tool

  3. Save the installer on your computer.

  4. Right-click the “.msi” installer and choose the Open option.

    Install Xbox FSE tool

  5. Click the Next button.

  6. Click the Next button a second time.

    Xbox FSE tool wizard

  7. Click the Next button one more time.

  8. Click the Close button.

  9. Open Start.

  10. Search for the Xbox Full Screen Experience Tool and click the top result to open the app.

  11. Click the “Enable Xbox Full Screen Experience” button.

    Enable Xbox Full Screen Experience

  12. Click the OK button.

  13. Click the Yes button.

  14. Click the OK button.

  15. Click the Close button to restart the computer.

  16. Open Settings.

  17. Click on Gaming.

  18. Click the “Full screen experience” page.

    Full screen experience on Gaming settings

    Quick note: In the Stable Channel, the feature currently shows up as “Full screen experience,” but the name has already been updated to “Xbox mode” in the latest preview of the operating system. The new name will be reflected after the Windows 11 May 2026 Security Update.
  19. Select the Xbox app in the “Choose home app” setting.

  20. Turn on the “Enter full screen experience on start-up” toggle switch to allow the system to start directly in this new console-like experience.

    Enable Xbox full screen experience on Windows 11

  21. (Optional) Turn on the “Show accessibility control hits in Task View” toggle switch to display a one-button alternative to a combo button press.

Once you complete the steps, Windows 11 will boot directly into the Xbox FSE, making it easier to launch and play games with the controller.

Get the Pureinfotech newsletter

Expert Windows guides, practical tips, and the latest updates that make your PC easier to use, delivered to your inbox

Enable Xbox mode on any Windows 11 PC (Registry)

To enable the Xbox Full Screen Experience (Xbox mode) on any regular desktop PC running Windows 11 25H2, follow these steps:

  1. Open Settings.

  2. Click on Windows Update.

  3. Click the “Check for updates” button.

  4. Turn on the “Get the latest updates as soon as they’re available” toggle switch.

  5. Click the “Download & install” button for the “Windows 11, version 25H2 is available” option.

    Windows Update upgrade to version 25H2 option

  6. Click the Restart now button.

  7. Open Start.

  8. Search for regedit and click the top result to open the Registry.

  9. Open the following path:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\OEM
  10. Right-click the OEM key, select the New submenu, and choose the “DWORD (32-bit) Value” option.

  11. Name the new key DeviceForm and press Enter.

  12. Right-click the recently created key and select the Modify option.

  13. Change the value to 2e (Hexadecimal).

    Registry create DeviceForm key with 2e value

  14. Click the OK button.

  15. Restart the computer.

  16. Open the PSTools page.

  17. Click the “Download PsTools suite” option and save the file to the computer.

    Download PSTools

  18. Double-click the zip folder to open it with File Explorer.

  19. Click the Extract all button.

  20. Click the Extract button.

  21. Copy the path to the folder.

  22. Open Start.

  23. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  24. Type the following command to navigate to the PSTools folder and press Enter:

    cd c:\folder\path\PsTools

    In the command, remember to change the path to the folder with your path.

  25. Type the following command to run the tool once (and leave Command Prompt open) and press Enter:

    psexec -s -i cmd.exe
  26. Open the Physpanel page.

  27. Click the download physpanel (physpanel_0.1.1_x86_64-pc-windows-msvc.zip) tool option and save the file to the computer.

    Download Physpanel tool

  28. Double-click the zip folder to open it with File Explorer.

  29. Click the Extract all button.

  30. Click the Extract button.

  31. Copy the path to the folder.

  32. Type the following command to schedule the task using the Command Prompt session you opened in the previous steps (remember to update the path), and press Enter:

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

  34. Open Settings.

  35. Click on Gaming.

  36. Click the “Full screen experience” page.

    Full screen experience on Gaming settings

  37. Select the Xbox app in the “Choose home app” setting.

  38. Turn on the “Enter full screen experience on start-up” toggle switch to start the system directly in this new console-like experience.

    Enable Xbox full screen experience on Windows 11

  39. (Optional) Turn on the “Show accessibility control hits in Task View” toggle switch to display a one-button alternative to a combo button press.

After completing the steps, the next time you restart your traditional desktop computer, Windows 11 will boot directly into the full-screen experience with the Xbox app, making it easier to launch and play games with the controller. All without having to spend money on a new “Xbox Ally X” or standard “Xbox Ally.”

To access the desktop, use the “Windows key + Tab” keyboard shortcut, then click the “Windows desktop” button and the “Continue” button. Also, if you want to close the app, right-click the Xbox icon and choose the “Close window” option.

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

To access full-screen mode again to play Xbox games, simply sign out and then sign back in to your Windows 11 account.

Enable Xbox mode on any Windows 11 PC (preview)

Microsoft is already gradually rolling out Xbox mode through the Windows Insider Program. As a result, installing the latest preview build from the Release Preview Channel may already include the feature. However, if you’ve completed the installation and the option is still missing, you can try enabling it manually using ViveTool.

Enable Xbox mode using Settings 

To enable the Xbox mode on Windows 11, follow these steps:

  1. Open the Settings app.

  2. Click on Gaming.

  3. Click the Xbox mode page.

  4. Select the Xbox app in the “Choose home app” setting (if applicable).

  5. Turn on the “Enter Xbox mode on startup” toggle switch.

    Enable Xbox mode

  6. Turn on the “Show accessibility control hints in Task View” toggle switch.

    Quick note: This option will give an option to switch between the desktop and the new gaming mode from the Task View experience.
  7. Restart your gaming PC.

Once you complete the steps, as you sign in, Windows 11 will enter into the Xbox console-like experience. 

Enable Xbox mode using ViveTool

If, after installing the latest preview through the Release Preview Channel, the feature is still missing, then to enable the Xbox mode, follow these steps:

  1. Open the GitHub website.

  2. Download the ViveTool-vx.x.x.zip file to enable Xbox mode.

  3. Double-click the zip folder to open it with File Explorer.

  4. Click the Extract all button.

    Extract ViveTool zip file

  5. Click the Extract button.

  6. Copy the path to the folder.

  7. Open Start.

  8. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  9. Type the following command to navigate to the ViveTool folder and press Enter:

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

    In the command, remember to change the path to the folder with your path.

  10. Type the following command to enable the gaming full-screen experience and press Enter:

    vivetool /enable /id:59765208
  11. Restart the computer.

  12. Open the Settings.

  13. Click on Gaming.

  14. Click the Xbox mode page.

  15. Select the Xbox app in the “Choose home app” setting (if applicable).

  16. Turn on the “Enter Xbox mode on startup” toggle switch.

    Enable Xbox mode

  17. Turn on the “Show accessibility control hints in Task View” toggle switch.

    Quick note: This option will give an option to switch between the desktop and the new gaming mode from the Task View experience.
  18. Restart your gaming PC.

After you complete the steps, you’ll be able to access the Xbox mode feature from the “Gaming” settings section.

If you want to undo the changes, you can follow the same instructions outlined above, but in step 10, run the vivetool /disable /id:59765208 command.

Pureinfotech’s Take

Microsoft is clearly shaping Xbox mode as the future of gaming on Windows, but right now, it still feels like a work in progress. The feature is officially limited to handheld devices, yet it can run on almost any PC with a few tweaks, which suggests the restriction is more artificial than technical.

What makes Xbox mode interesting is how it transforms the experience. Instead of the traditional desktop, you get a full-screen, controller-friendly interface powered by the Xbox app. It also reduces background processes, which can improve performance, especially on lower-end hardware.

However, enabling the feature isn’t always simple. The manual method requires Registry changes and tools such as PsExec and PhysPanel, which can be risky if you’re not careful. The GitHub tool makes things easier, but it still relies on community support rather than an official Microsoft solution.

The rename from “Full Screen Experience” to Xbox mode also hints at a bigger plan. Microsoft appears to be aligning Windows more closely with Xbox, and the gradual rollout through the Windows Insider Program shows the company is still testing before a wider release.

In the end, Xbox mode already works well and can deliver a console-like experience on Windows 11. However, until Microsoft removes these limitations and makes it fully official for all PCs, it remains a feature mainly for enthusiasts willing to experiment.

Update November 5, 2025: This guide has been updated to ensure accuracy and reflect changes to the process. Originally, the computer needed to have the latest preview build of Windows 11 from the Windows Insider Program, and you needed to enable some hidden features using ViveTool, but this is no longer needed, as the feature can now be enabled in the latest update of version 25H2.

Update November 20, 2025: Microsoft has recently announced that it is bringing the Full Screen Experience mode to all handheld gaming devices, and the company also noted that the plan is to expand the feature to “Windows 11 PC form factors through the Xbox and Windows Insider programs soon.”

Update November 25, 2025: This guide has been updated to ensure accuracy and reflect changes to the process.

Update March 11, 2026: This guide has been tested again and updated to ensure accuracy and reflect changes to the process.

Update April 6, 2026: Starting with build 26300.8155 (KB5083822) and build 26220.8148 (KB5079491), Windows 11 renames the feature from “Xbox Full Screen Experience” to “Xbox mode.” However, if you enable this feature manually in the Stable Channel, it may still appear as “Xbox Full Screen Experience.”

Update April 24, 2026: This guide has been updated to ensure accuracy and reflect changes to the process.

Thank you for your feedback!
About the author

Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech in 2010. With over 22 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications: Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at [email protected].