We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows
Disable automatically updating
This script will disable automatically updating itself (default depends on installation mode exe vs msi) see https://admx.help/?Category=ZoomMeetings&Policy=ZoomMeetings_HKLM::EnableClientAutoUpdate_Policy
reg add "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\General" /v "EnableClientAutoUpdate" /t REG_DWORD /d 0 /f
reg delete "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\General" /v "EnableClientAutoUpdate" /f
Configure programs > Zoom
None
Not sure about if I would recommend this, but I guess would increase privacy (maybe)?
more reg keys https://admx.help/?Category=ZoomMeetings and https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0065466
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating system
Windows
Name of the script
Disable automatically updating
Documentation/References
This script will disable automatically updating itself (default depends on installation mode exe vs msi) see https://admx.help/?Category=ZoomMeetings&Policy=ZoomMeetings_HKLM::EnableClientAutoUpdate_Policy
Code
reg add "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\General" /v "EnableClientAutoUpdate" /t REG_DWORD /d 0 /f
Revert code
reg delete "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\General" /v "EnableClientAutoUpdate" /f
Suggested category
Configure programs > Zoom
Recommendation level
None
Additional information
Not sure about if I would recommend this, but I guess would increase privacy (maybe)?
more reg keys https://admx.help/?Category=ZoomMeetings and https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0065466
The text was updated successfully, but these errors were encountered: