Disable the Windows 10 game bar

Disable the Windows 10 game bar

Problem

When using Windows 10 the Game Bar window is posted to the screen possibly when press Windows+G or just letter G in other applications

Resolution

To disable the Game Bar feature you will need to make the following registry changes.

Step one: registry modifcations

Location:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR

Value name: AllowgameDVR
Value type: DWORD (32-bit)
Value data: 0

Location:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR

Value name: AppCaptureEnabled
Value type: DWORD (32-bit)
Value data: 0

Location:

HKEY_CURRENT_USER\System\GameConfigStore

Value name: GameDVR_Enabled
Value type: DWORD (32-bit)
Value data: 0

After making the above changes restart the PC.

Step 2: Removing the Game Bar feature

Now open Powershell as administrator and use the below command to remove the Xbox app from Windows 10:

Get-AppxPackage *xboxapp* | Remove-AppxPackage

    • Related Articles

    • Disable autocorrect in Microsoft Word

      Problem You wish to disable autocorrection in Microsoft Word. Resolution Click File > Options > Proofing > Autocorrect options > Autocorrect tab. In the autocorrect options dialogue uncheck any of all of the following options: • Show autocorrect ...
    • Microsoft – Disable Windows S mode

      Problem A user has a laptop that is running in Windows S mode and wishes to use non-Microsoft Store apps. Detail Some laptops may come supplied wit Windows running in S mode. This is a special secure mode where only Microsoft Store apps will run and ...
    • Microsoft - Starting Windows Narrator

      Problem An individual who normally uses JAWS/ZoomText/Fusion encounters a problem where that speech software fails to operate. One can use Windows Narrator to get some speech out to assist with troubleshooting the product. Once speech access is ...
    • Microsoft – Changing number lock status when Windows starts

      Problem A Windows user who has a desktop keyboard or a numeric pad may wish to specify what state te number lock is in when Windows starts. Applies to Windows 11 Resolution Please use the directions below to make the change to the number lock status ...
    • Microsoft - Disable driver updating in Windows 10/11

      Problem a Windows user encounters a porblem where a device driver keeps being updated to a known working drriver rendering the device innoperable. Resolution It is possible to prevent Windows updating device drivers (via Windows Update) thus ...