Hide Gaming in Windows Settings Using Intune

3 Ways to Hide Gaming in Windows Settings Using Intune

Last Updated

February 16, 2026

Posted In

In this post, I will demonstrate different ways to hide gaming in Windows settings using Intune. For Windows users, you can restrict access to the gaming section in the Settings app using Settings Catalog, OMA-URI, or a Device Restrictions profile.

Windows 11 offers some impressive features tailored for gaming. The gaming section in Windows settings includes options like the Xbox Game Bar, capture settings, and Game Mode. Additionally, Windows 11 enhances the gaming experience with modern features such as Auto HDR, DirectX 11 support, and variable refresh rate compatibility on supported displays.

Let’s be honest, not everyone uses Windows 11 for gaming. Organizations managing Windows 11 corporate-owned devices through Intune can efficiently restrict user access to gaming settings. Similarly, gaming options can also be controlled via Group Policy for Windows devices joined to Active Directory and managed on-premises.

Install and Update Third Party Applications with Patch My PC
Install and Update Third Party Applications with Patch My PC

Key Points

With Intune, you can go with three different methods for hiding the gaming menu in its settings, each with distinct advantages. If you’re unsure which method to decide on, allow me to share some details to help you decide more easily.

  1. Device Restrictions: This method simply hides the entire gaming section under the settings app for users, and it also hides the notifications. Numerous users have expressed concerns about the gaming block policy also restricting access to notification settings.
  2. Settings Catalog: I recommend this method because you can specify a page visibility CSP rule that can hide specific gaming features or hide all the features.
  3. Custom OMA-URI: With OMA-URI, you can hide the gaming as well as the options within it using the PageVisibilityList CSP. I prefer using the settings catalog instead of OMA-URI to restrict the gaming section in the settings app, as the settings catalog is updated more frequently.

Method 1: Hide Gaming under Windows Settings using Device Restrictions

The gaming section under the Windows settings can be quickly restricted with the device restrictions profile. This method hides the Game Bar, Game DVR, and Game Mode, but it may also block notifications. That’s because it adds the ms-settings:quietmomentsgame page to the Settings/PageVisibilityList CSP as described by Microsoft.

Here’s how you can create a device restriction profile in Intune and hide the gaming section in settings app for Windows 11/10 users.

Sign in to the Microsoft Intune admin center. Go to Devices > Windows > Configuration. Click + Create and select New Policy. Select Platform: Windows 10 and later. Select Profile type: Templates > Device restrictions. On the Basics page, specify the profile name as “Hide gaming in Windows settings” and optionally specify the description. Click Next.

Create a device restrictions profile to hide gaming under Windows Settings
Create a device restrictions profile to hide gaming under Windows Settings

Under Configuration settings, expand the Control Panel and Settings. Locate Gaming and set it to Block. This should completely block access to the gaming section for Windows users. Click Next.

Hide Gaming in Windows Settings Using Intune via Device Restrictions
Hide Gaming in Windows Settings Using Intune via Device Restrictions

In the scope tags section, add your scope tags. If you haven’t created them, I have published a step-by-step guide on creating Intune scope tags. Note that specifying scope tags is optional, and you may skip this step. Click Next.

In the Assignments window, select the Entra groups to which you want to assign the policy. Start by deploying the profile to a select group of test users or devices. If the testing proves successful, gradually roll it out to a larger user or device base. Select Next.

Block Gaming Access Device Restrictions Assignments
Block Gaming Access Device Restrictions Assignments

On the Applicability Rules tab, you can choose to apply the profile to your devices that meet the rule criteria. For example, you can target this profile to devices that are running Windows 10/11 Pro or Enterprise editions. This is an optional step; you can skip it and click Next.

Specify Applicability Rules for Device Restrictions Profile
Specify Applicability Rules for Device Restrictions Profile

On the Review + Create tab, carefully review all the configured policy settings, then click Create. You should find this new device restrictions profile in the list of all configuration profiles for Windows devices in the Intune admin center.

Create and assign device restrictions profile to Windows groups
Create and assign device restrictions profile to Windows groups

When you apply the above device restrictions profile to hide the gaming on the Windows devices, the Event Viewer with Event ID 814 with policy name “PageVisibilityList” lists the string that actually hides the gaming section in the settings app. Furthermore, the rule includes the “quietmomentsgame;” which blocks the user’s access to notification settings.

hide:gaming-gamebar;gaming-gamedvr;gaming-broadcasting;gaming-gamemode;gaming-trueplay;gaming-xboxnetworking;quietmomentsgame;

You can exclude “quietmomentsgame;” from the above string and use the same to hide the gaming section in the settings app via the settings catalog or OMA-URI. I have demonstrated the same in the further section.

Important: In Windows 11, version 22H2 and later, when you configure this policy to hide any pages that contain quietmoments in the URI (for example, ms-settings:quietmomentsgame), the Notifications page under the System category is hidden.

Refer to the Monitoring Policy Assignments topic at the bottom of this post to see how you can monitor the profile assignments.

Method 2: Hide Gaming in Windows Settings Using Settings Catalog

With the Settings Catalog, you can hide the gaming section under Windows settings using the PageVisibilityList setting. To begin with, sign in to the Intune admin center. Navigate to Devices > Windows > Configuration Create > New Policy. Choose Windows 10 and later as Platform and Settings Catalog as Profile Type.

Specify the name and description for the profile. Click Next. In the Settings Picker, search for “page visibility“. From the results, under settings, select the Page Visibility List setting. Close the settings picker.

Hide Gaming in Settings Using Settings Catalog
Hide Gaming in Settings Using Settings Catalog

Enter the below string in the page visibility list text box. This string hides the settings such as game bar, game mode, Xbox networking, and game broadcasting. Click Next.

hide:gaming-gamebar;gaming-gamedvr;gaming-broadcasting;gaming-gamemode;gaming-trueplay;gaming-xboxnetworking;
Hide Gaming in Settings Using Settings Catalog
Hide Gaming in Settings Using Settings Catalog

Specify the optional scope tags in the next step. On the Assignments tab, add your device groups to target this profile and go to the next step. On the Review + Create tab, carefully review all the configured policy settings, then select Create.

Refer to the Monitoring Policy Assignments topic at the bottom of this post to see how you can monitor the profile assignments.

Method 3: Hide Gaming in Windows Settings using OMA-URI

In this method, I will show you how to use custom OMA-URI settings to restrict access to gaming in the settings app on Windows 11/10 devices.

Sign in to the Intune admin center. Navigate to Devices > Windows > Configuration and create a new policy. Select Platform: Windows 10 and later. Select Profile type: Templates > Custom. On the Basics page, specify the profile name and optionally specify the description. Click Next.

On the Configuration Settings tab, click on the Add button and specify the following OMA-URI settings.

  • Name: Hide Gaming Section
  • Description: Hides Gaming in Settings app for Windows Users
  • OMA-URI./Device/Vendor/MSFT/Policy/Config/Settings/PageVisibilityList
  • Data type: String
  • Value: hide:gaming-gamebar;gaming-gamedvr;gaming-broadcasting;gaming-gamemode;gaming-trueplay;gaming-xboxnetworking;

Click Save.

Hide Gaming in Windows Settings using OMA-URI
Hide Gaming in Windows Settings using OMA-URI

The OMA-URI settings that you specified above are now displayed in the Configuration settings. Click Next.

Hide Gaming in Windows Settings using OMA-URI
Hide Gaming in Settings app using OMA-URI

In the scope tags section, add your scope tags. If you haven’t created them, I have published a step-by-step guide on creating Intune scope tags. Note that specifying scope tags is optional, and you may skip this step. Click Next.

In the Assignments window, select the Entra groups to which you want to assign the policy. Start by deploying the profile to a select group of test users or devices. If the testing proves successful, gradually roll it out to a larger user or device base. Select Next.

On the Review + Create tab, carefully review all the configured OMA-URI policy settings, then select Create.

Hide Gaming in Windows Settings using OMA-URI
Hide Gaming in Windows Settings using OMA-URI

Sync Intune Policies

If the above policy is taking time to apply to targeted groups, you can speed up the policy assignments by manually syncing Intune policies. In this guide, I have demonstrated different methods to initiate Intune policy sync, including the PowerShell method. The sync action will force devices to immediately check in with Intune and retrieve the latest policies.

Monitoring Policy Assignments

No matter what method you opted for blocking access to gaming settings with Intune, you can always monitor the policy assignments in the Overview pane of the policy. In the Intune admin center, go to Devices > Windows > Configuration, and here select the Hide gaming in Windows settings profile. On the Policy overview page, check the device and user check-in status.

Here you will find the number of devices or users on which the policy has been applied successfully. The view report button lets you see the names of devices or users for which the policy deployments have been successful.

Monitor Hide Gaming Section in Windows Settings Policy
Monitor Hide Gaming Section in Windows Settings Policy

If you notice policy assignment failures, you can review the essential Intune IME logs to determine the exact cause of failure and take further steps to resolve it.

End User Experience

Here’s how Intune administrators can manually verify if the gaming section is hidden for Windows users using these methods.

Sign in to the Windows 11/10 device that is targeted with the above Intune policy. Click Start and open the Settings app. Here, notice that the Gaming section is hidden for users using Intune policy. This confirms that the above policy settings that we applied via Intune have worked flawlessly.

Hide Gaming in Windows Settings Using Intune
Hide Gaming in Windows Settings Using Intune

Next, on the Windows device targeted with the above policy, open the Event Viewer and go to the following path: Applications and Services Logs > Microsoft > Windows > Devicemanagement-Enterprise-Diagnostics-Provider > Admin. Look for the Event ID 814 with policy name “PageVisibilityList” to confirm if the policy is applied successfully.

MDM PolicyManager: Set policy string, Policy: (PageVisibilityList), Area: (Settings), EnrollmentID requesting merge: (DCFDC03B-8C5F-45D5-B329-A1224C178DD8), Current User: (Device), String: (hide:gaming-gamebar;gaming-gamedvr;gaming-broadcasting;gaming-gamemode;gaming-trueplay;gaming-xboxnetworking;quietmomentsgame;), Enrollment Type: (0x0), Scope: (0x0).
Event Viewer - Hide Gaming in Windows Settings
Event Viewer – Hide Gaming in Windows Settings

Leave a Reply

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

Prajwal Desai

Prajwal Desai is a highly accomplished technology expert and an 11-time Dual Microsoft MVP (Most Valuable Professional), specializing in Microsoft Intune, SCCM, Windows 365, Enterprise Mobility, and Windows. As a renowned author, speaker, and community leader, he is widely recognized for sharing his in-depth expertise and insights through his blog, YouTube channel, conferences, webinars, and other platforms.