Skip to content

Add Game Mode toggle and fix MPO overlay for 25H2#4495

Merged
ChrisTitusTech merged 1 commit into
ChrisTitusTech:mainfrom
thepinak503:feat/game-mode-mpo-fix
May 19, 2026
Merged

Add Game Mode toggle and fix MPO overlay for 25H2#4495
ChrisTitusTech merged 1 commit into
ChrisTitusTech:mainfrom
thepinak503:feat/game-mode-mpo-fix

Conversation

@thepinak503
Copy link
Copy Markdown
Contributor

Type of Change

  • New feature
  • Bug fix

Description

Two changes to tweaks.json:

1. Added Game Mode toggle (WPFToggleGameMode)

New toggle under Customize Preferences to enable/disable Windows Game Mode via registry. Disabling Game Mode is useful for audio/video production users who find it interferes with recording/streaming performance.

Registry keys:

  • \HKCU\Software\Microsoft\GameBar\AllowAutoGameMode\
  • \HKCU\Software\Microsoft\GameBar\AutoGameModeEnabled\

2. Fixed MPO overlay for Windows 11 25H2

The existing \WPFToggleMultiplaneOverlay\ only used \Dwm\OverlayTestMode\ which is deprecated on 25H2. Added the new working path:

  • \HKLM...\GraphicsDrivers\DisableOverlays = 1\

Both registry entries are included so the toggle works on both old and new builds.

@ChrisTitusTech ChrisTitusTech added bug Something isn't working new feature New feature or request labels May 15, 2026
@ChrisTitusTech ChrisTitusTech merged commit 32d24c8 into ChrisTitusTech:main May 19, 2026
3 checks passed
@thepinak503 thepinak503 deleted the feat/game-mode-mpo-fix branch May 19, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working new feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants