privacy.sexy
privacy.sexy copied to clipboard
[New script]: Zoom - Disable autostart after system reboot
Operating system
Windows
Name of the script
Disable autostart after system reboot
Documentation/References
This script disables autostart after system reboot (default unset, is also no autostart) see https://admx.help/?Category=ZoomMeetings&Policy=ZoomMeetings_HKLM::AutoStartAfterReboot_Policy
Code
reg add "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\General" /v "AutoStartAfterReboot" /t REG_DWORD /d 0 /f
Revert code
reg delete "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\General" /v "AutoStartAfterReboot" /f
Suggested category
Configure programs > Zoom
Recommendation level
Standard
Additional information
more reg keys https://admx.help/?Category=ZoomMeetings and https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0065466