🌐 English | 繁體中文
A lightweight and secure one-click utility designed to enable Windows 11’s hidden Xbox full screen gaming experience. This tool automates all underlying configurations, providing a seamless, console-like interface optimized for gamepads.
By using this tool, you acknowledge and agree to the following:
- System Modification – This tool performs deep modifications to Windows and may cause instability, crashes, data loss, or require OS reinstallation.
- Use at Your Own Risk – You are fully responsible for any consequences. The developer provides no warranty, support, or liability for any damages.
- No Guarantees – The tool is provided as is with no guarantee of stability, compatibility, or functionality. It may not work correctly on your specific configuration.
- Backup Required – Always back up your important data and create a system restore point before use.
- Unofficial Tool – This project is not affiliated with, endorsed by, or supported by Microsoft or Xbox.
The Xbox Full Screen Experience is designed for handheld-sized screens. If your device is not a handheld, a screen dimensions override is required. This tool offers two distinct methods, and now automatically guides you to the appropriate choice based on your device type.
This is the default and recommended method. It is easy to use, requires no additional manual setup, and provides high reliability for all devices, including desktops and laptops.
This is an alternative advanced mode that uses a custom kernel driver to apply the override at the earliest stage of system boot. This method is an option for users who may still encounter issues with the default PhysPanelCS mode, but it requires disabling Secure Boot and enabling Test Signing (see prerequisites below).
- For Desktops & Laptops: Start with
PhysPanelCS. This is the recommended, safest, and most reliable method for most users. If you experience any issues with this default mode,PhysPanelDrvis available as a fallback alternative (requires the prerequisites listed below). - For Handheld Devices: Your device does not require
PhysPanelCSorPhysPanelDrv. The mode selection UI will be automatically disabled.
⚠️ Important: These steps are only necessary for desktop and laptop users who choose to use the alternativePhysPanelDrvmode.Installing this test-signed driver requires you to manually disable Secure Boot and enable Windows Test Signing Mode.
Step 1: Enter BIOS/UEFI Settings
- Restart your computer and press the designated key during boot (usually
Del,F2,F10, orEsc) to enter the BIOS/UEFI setup.- Find and disable the Secure Boot option.
- Save your changes and exit.
Step 2: Enable Test Signing in Windows
- Once your computer has restarted into Windows, open Terminal (PowerShell or Command Prompt) as an administrator.
- Enter the following command and press Enter:
bcdedit /set testsigning on- Restart your computer one more time to apply the change.
After completing these steps, you can select
PhysPanelDrvin the tool.
This tool is compatible with Windows 11 24H2 builds 26100.7019 or later. If your system does not meet this requirement, the tool will display an error and exit.
When checking the version, please look at the main build number (before the dot). The number after the dot is just a minor update revision.
Native support. For Desktops & Laptops, does not rely on screen dimensions override via PhysPanelCS / PhysPanelDrv.
26220.7271or later26300.7674or later28020.1362or later
26100.7019or later26200.7015or later28000.1450or laterExample: A build like
26100.1is NOT compatible because its revision.1is lower than the required.7019. If you are on build 26100 / 26200, please run Windows Update to get the latest version.
Please verify your Windows build version before downloading.
➡️ Download the Latest Release
- One-Click Toggle – Simple interface to enable or disable the Xbox full screen experience.
- Automatic System Check – Verifies your Windows build for compatibility at startup.
- Automatic Gamepad Keyboard Fix & Touch Simulation – Simulates touch input at system startup to ensure the on-screen keyboard (including the PIN pad on the login screen) is always ready and accessible via gamepad on non-touch PCs.
- Device Type Emulation – Automatically simulates a handheld device type for activation on desktop or laptop systems.
- Convenience Shortcuts – Dedicated buttons to quickly access MS Store Updates, Full Screen Experience Settings, Startup Apps, and UAC Settings.
- Automatic Mode Selection – Detects your device type (Desktop, Laptop, Handheld) and provides the appropriate screen dimension override options.
- Safe and Reversible – All changes are fully reversible. Backups of original settings are created to ensure safe restoration.
- Standard Installation – Distributed as a
.msiinstaller for clean installation, management, and removal.
This process consists of preparing your system with the tool, updating apps, and finally enabling the feature in Windows Settings.
- Download the latest
.msipackage from the Releases Page. - Run the installer (administrator privileges required).
- Launch the tool from the desktop shortcut. If using a desktop PC or laptop, the tool will automatically select the recommended
PhysPanelCSmode.Note: If you are a desktop or laptop user and wish to use the alternative
PhysPanelDrvmode, you can select it manually. Ensure you have completed the prerequisites listed above first. - Click the “Enable Xbox Full Screen Experience” button.
- Accept the system restart confirmation prompt.
- The tool will verify your environment. If no physical touch screen is detected, you will be prompted to select "Yes" to enable touch simulation. This ensures you can use your controller to operate the on-screen virtual keyboard (Gamepad Keyboard) properly. Your PC will restart automatically to apply all changes.
- After restarting, launch the tool again.
- Click the "Check MS Store for Xbox Updates" button (or manually open Microsoft Store > Downloads or Library).
- Click "Check for updates" within the Store to refresh all apps. Make sure Xbox and Xbox Game Bar are fully updated.
🔄 Tip: You may need to run "Check for updates" twice to ensure everything is fully installed.
- Click the "Open Full Screen Experience Settings" button in the tool (or navigate to Start → Settings → Gaming → Full screen experience).
- Set "Choose Home app" to Xbox.
- If this option is missing, return to "Update Core Apps" and ensure the apps are fully updated.
- Enable "Enter full screen experience on startup".
- Run the tool again and click “Disable & Restore”.
- Restart your PC to complete the process.
- Primary Stack: C# & .NET 8
- UI Framework: Windows Forms (WinForms)
- Supporting Languages: C++, C, PowerShell
- Components & Libraries:
- ViVeLib (ViVeTool) – A native API wrapper for managing Windows Feature Flags. Integrated as a Git submodule from thebookisclosed/ViVe.
- PhysPanelLib – A custom library for reading and writing physical panel dimensions via undocumented
ntdll.dllAPIs. Concept adapted from riverar/physpanel. - PhysPanelDrv – A lightweight kernel driver for the advanced
PhysPanelDrvmode that reliably overrides physical display dimensions. Integrated as a Git submodule from 8bit2qubit/PhysPanelDrv.
- Installer: Visual Studio Installer Projects (MSI)
This project was made possible by these incredible open-source tools:
A huge thank you for their contributions to the community.
Follow these steps to run this project on your own machine.
-
Clone the Repository
git clone https://github.com/8bit2qubit/XboxFullScreenExperienceTool.git cd XboxFullScreenExperienceTool -
Initialize Submodules This project uses Git Submodules to manage dependencies.
git submodule update --init --recursive
-
Open in Visual Studio Open the
XboxFullScreenExperienceTool.slnsolution file with Visual Studio. -
Run for Development In Visual Studio, set the build configuration to
Debugand pressF5to build and run the application. -
Build for Production When you are ready to deploy, switch the build configuration to
Releaseand build the solution. The output will be generated in theXboxFullScreenExperienceTool/bin/Releasefolder.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
This means you are free to use, modify, and distribute this software, but any derivative works based on this project must also be distributed under the same GPL-3.0 license and provide the complete source code. For more details, please see the official GPL-3.0 terms.
