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

[New script]: Zoom - Disable autostart after system reboot to system tray

Open mziehm opened this issue 6 months ago • 0 comments

Operating system

Windows

Name of the script

Disable autostart after system reboot to system tray

Documentation/References

This script disables autostart after system reboot to system tray (default unset, is also no autostart) see https://admx.help/?Category=ZoomMeetings&Policy=ZoomMeetings_HKLM::AutoStartInSystemTray_Policy

Code

reg add "HKLM\SOFTWARE\Software\Policies\Zoom\Zoom Meetings\General" /v "AutoStartInSystemTray" /t REG_DWORD /d 0 /f

Revert code

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

Suggested category

Configure programs > Zoom

Recommendation level

Standard

Additional information

This is a different reg key and parameter than #400

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