privacy.sexy icon indicating copy to clipboard operation
privacy.sexy copied to clipboard

[New script]: Zoom - Always show video preview dialog

Open mziehm opened this issue 6 months ago • 1 comments

Operating system

Windows

Name of the script

Always show video preview dialog when joining a video meeting

Documentation/References

This script will always show video preview dialog when joining a video meeting (default unset - never show video preview dialog before joining any meeting) see https://admx.help/?Category=ZoomMeetings&Policy=ZoomMeetings_HKLM::AlwaysShowVideoPreviewDialog_Policy_Recommand

Code

reg add "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\Meetings" /v "AlwaysShowVideoPreviewDialog" /t REG_DWORD /d 1 /f

Revert code

reg delete "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\Meetings" /v "AlwaysShowVideoPreviewDialog" /f

Suggested category

Configure programs > Zoom

Recommendation level

Standard

Additional information

Can be also set under HKLM\Software\Policies\Zoom\Zoom Meetings\Recommended\Meetings as recommendation/default changeable by user.

more reg keys https://admx.help/?Category=ZoomMeetings and https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0065466

mziehm avatar Aug 02 '24 06:08 mziehm