en-US zoom computer

Set screen reader alerts

Verified with Zoom 7.1.5 — updated on July 10, 2026

Zoom 7.1.5

Supported on: Microsoft Windows XP SP2 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Zoom Meetings\Zoom General Settings

Description

If this policy is a valid string, client will parse the string and set the selected options on. If this policy is empty, client will set all options on. String represents a numeric value. The values and options enabled are as follows: IM CHAT RECEIVED = 1 PARTICIPANT JOINED LEFTED MEETING = 2 PARTICIPANT JOINED LEFED WAITING ROOM = 4 AUDIO MUTED UNMUTED BY HOST = 8 VIDEO STOPED BY HOST = 16 SCREEN SHARING STARTED STOPED BY PARTICIPANT = 32 RECORDING PERMISSION GRANTED REVOKED = 64 PUB MEETING CHAT RECEIVED = 128 PRI MEETING CHAT RECEIVED = 256 MEETING FILE UPLOADED = 512 CC AVAILABLE = 1024 CC TYPING PRIVILEGE GRANTED REVOKED = 2048 HOST PRIVILEGE GRANTED REVOKED = 4096 COHOST PRIVILEGE GRANTED REVOKED = 8192 REMOTE CONTROL PERMISSION GRANTED REVOKED = 16384 LIVESTREAM STARTED STOPPED = 32768 PARTICIPANT RAISED LOWERED HAND = 65536 QA QUESTION RECEIVED = 131072 QA ANSWER RECEVIEVED = 262144 ROLE CHANGED TO PANELIST = 524288 ROLE CHANGED TO ATTENDEE = 1048576

Registry

HKLM Software\Policies\Zoom\Zoom Meetings\General

More options available

Options

Set screen reader alerts
SetAccEventsOptions text

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.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Set screen reader alerts
; State: Enabled
; Supported on: Microsoft Windows XP SP2 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Zoom\Zoom Meetings\General]
"SetAccEventsOptions"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Set screen reader alerts
# State: Enabled
# Supported on: Microsoft Windows XP SP2 or later

$path = 'HKLM:\Software\Policies\Zoom\Zoom Meetings\General'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'SetAccEventsOptions' -Value '' -Type String

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