Disable Xbox game/screen recording
GamingAlle Windows 10/11-versiesOmkeerbaar
This will disable the Xbox game/screen recording features included with the Game Bar app. This feature uses policies, which will lock down certain settings.
Toe te passen code
Disable Xbox game/screen recordingRegistry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
"AppCaptureEnabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
"AllowGameDVR"=dword:00000000
Code om ongedaan te maken
Enable Xbox game/screen recordingRegistry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
"AppCaptureEnabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
"AllowGameDVR"=dword:00000001Wilt u dit combineren met andere aanpassingen?
Configurator openen