en-US zoom user

During screen sharing, the person who is sharing won't allow others to control the shared content.

Zoom 5.17.5

Supported on: Microsoft Windows XP SP2 or later

Description

Default policy is false. If this policy is true, client will disable remote control feature. If this setting is false, client will enable remote control feature. If this policy is not set, client will use default setting. Web also has the same option, which has a higher privilege than this.

Registry

HKCU Software\Policies\Zoom\Zoom Meetings\Meetings

Value name: DisableRemoteControl

Enabled: DisableRemoteControl = 1

Disabled: DisableRemoteControl = 0

REG Builder

BETA

Configure the state and elements to generate .reg, PowerShell, Intune, and SCCM outputs.

These exports replicate the policy's registry effect. Editing the registry directly is not the same as applying the GPO through the management console (no gpupdate, no central reporting). Test before production; HKLM changes require administrator rights.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: During screen sharing, the person who is sharing won't allow others to control the shared content.
; State: Enabled
; Supported on: Microsoft Windows XP SP2 or later

[HKEY_CURRENT_USER\Software\Policies\Zoom\Zoom Meetings\Meetings]
"DisableRemoteControl"=dword:00000001