Skip to content
New issue

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

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

Open
mziehm opened this issue Aug 2, 2024 · 2 comments
Open

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

mziehm opened this issue Aug 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mziehm
Copy link

mziehm commented Aug 2, 2024

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

@mziehm mziehm added the enhancement New feature or request label Aug 2, 2024
@mziehm mziehm changed the title [New script]: Zoom - disable autostart after system reboot [New script]: Zoom - Disable autostart after system reboot Aug 2, 2024
@undergroundwires
Copy link
Owner

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
Copy link
Author

mziehm commented Aug 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants