resources/registry/GameDvr.ps1

@{
  GameDvr = @{
    LocalMachine = @{
      KeyName   = 'HKLM\Software\Policies\Microsoft\Windows\GameDVR'
      ValueName = 'AllowGameDVR'
      Type      = 'REG_DWORD'
      Data      = @{
        Enable  = 1
        Disable = 0
      }
    }
  }
}