undergroundwires / privacy.sexy

Open-source tool to enforce privacy & security best-practices on Windows, macOS and Linux, because privacy is sexy
https://privacy.sexy
GNU Affero General Public License v3.0
4k stars 170 forks source link

[New script]: Zoom - Disable autostart after system reboot #400

Open mziehm opened 1 month ago

mziehm commented 1 month ago

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

undergroundwires commented 1 month ago

Thank you @mziehm, these dropbox scripts will be added, unsure if they will make it to next patch but they'll make it to following. Great contributions with all docs and scripts. Thank you.

mziehm commented 1 month ago

These are Script about Zoom (Meeting), not dropbox, but this probably was just a confusion in the reply.