en-US chrome computer user

Enable post-quantum key agreement for WebRTC

Verified with Google Chrome — updated on July 10, 2026

Supported on: Microsoft Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Google\Google Chrome\WebRtc settings

Description

This policy allows controlling post-quantum key agreement for WebRTC. If this policy is set to Enabled, post-quantum key agreement would be offered for WebRTC. If this policy is set to Disabled, post-quantum key agreement would not be offered for WebRTC. If this policy is not set, the value would be set by the default rollout process for post-quantum key agreement offered for WebRTC. Offering a post-quantum key agreement is backwards-compatible. Existing DTLS peers and networking middleware are expected to ignore the new option and continue selecting previous options. However, devices that do not correctly implement DTLS may malfunction when offered the new option. For example, they may disconnect in response to unrecognized options or the resulting larger messages. Such devices are not post-quantum-ready and will interfere with an enterprise's post-quantum transition. If encountered, administrators should contact the vendor for a fix. This policy is a temporary measure and will be removed after some milestones.

Registry

HKLM Software\Policies\Google\Chrome
HKCU Software\Policies\Google\Chrome

Value name: WebRtcPostQuantumKeyAgreement

Enabled: WebRtcPostQuantumKeyAgreement = 1

Disabled: WebRtcPostQuantumKeyAgreement = 0

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Enable post-quantum key agreement for WebRTC
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
"WebRtcPostQuantumKeyAgreement"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Enable post-quantum key agreement for WebRTC
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Windows 7 or later

$path = 'HKLM:\Software\Policies\Google\Chrome'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'WebRtcPostQuantumKeyAgreement' -Value 1 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview