How to Completely Disable ‘Game DVR’ (Windows Game Recording) via Group Policy in Windows 11

Windows 11 includes a feature known as “Game DVR” (part of the broader Xbox Game Bar ecosystem), which allows users to continuously record gameplay, capture screenshots, and broadcast audio in the background. While highly popular among consumers and streamers, Game DVR represents a severe operational security (OPSEC) liability and a massive drain on system resources (CPU, GPU, and disk I/O) in strict enterprise, military, or zero-trust deployment environments. If a user can utilize native OS tools to silently record the screen and audio, it completely circumvents data loss prevention (DLP) protocols and provides a trivial vector for exfiltrating sensitive corporate communications or proprietary intranet data. In managed environments, a workstation must act purely as a business terminal, and all native screen-recording telemetry must be eradicated.

This guide explains how to completely disable ‘Game DVR’ (Windows Game Recording) via Group Policy in Windows 11, enforcing a strict zero-trust model where the OS is cryptographically prevented from utilizing background video and audio capture.

Disable Game DVR via Group Policy

To enforce a strict block that permanently neutralizes the Game DVR recording engine globally across the OS, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.

  1. Log into Windows 11 with an Administrator account.
  2. Press the Windows Key + R to open the Run dialogue box.
  3. Type gpedit.msc and press Enter to launch the Local Group Policy Editor.
  4. In the left-hand navigation pane, strictly follow this exact path:
    Computer Configuration > Administrative Templates > Windows Components > Windows Game Recording and Broadcasting
  5. In the right-hand pane, locate the policy named Enables or disables Windows Game Recording and Broadcasting.
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Disabled. (By explicitly disabling this policy, we instruct the Windows kernel to permanently terminate the bcastdvr.exe background service and prevent the Game Bar from hooking into the display compositor for video capture).
  8. Click Apply, then click OK.

Verify the Configuration Lockdown

Group Policy changes affecting core capture services require the system to refresh its configuration.

To force the policy update immediately across the OS, open Command Prompt as Administrator and run gpupdate /force. To verify the restriction is active, navigate to the Windows 11 Settings app > Gaming > Captures. The entire section will either be inaccessible, or the toggles for “Record what happened” and “Capture audio when recording a game” will be completely greyed out and locked in the “Off” position. A message stating “Some of these settings are hidden or managed by your organization” will be displayed. Furthermore, attempting to use the Win + Alt + R shortcut to initiate a recording will silently fail. The Windows 11 workstation is now cryptographically bound to a strict, non-recording state, securing the display against unauthorized native capture.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.