Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionEffective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.
Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.
2022-01-06 04:25 AM
Hi,
I'm looking for some technical help on this. I'm trying to create a deployment package for Zoom, with some customisation using the specified parameters.
What I want to do is:
Enable autoupdates
Stop the MSI running if a meeting is in progress
No Desktop icon
set the SSO host to our domain
Set Zoom to auto start, and be in the System tray (ideally have these user changeable after install)
I believe I can use ZRecommend for the last line, but it doesn't seem to work as expected. Here's what I'm using in CMD
msiexec /i ZoomInstallerFull.msi /q /norestart ZoomAutoUpdate=true MSIRESTARTMANAGERCONTROL=Disable ZNoDesktopShortCut=true ZSSOHOST=OURSSOLINK ZRecommend="ZoomAutoStart=1;zSilentStart=1"
Almost everything works, except the ZRecommend bits. If I remove the ZRecommend text and just have ZoomAutoStart=True that works (but Zoom is open, not just in the System Tray). If I add zSilentStart=True the check box for this in the settings is also selected, but the user cannot change this. I've also tried to use AutoStartInSystemTray , but that doesn't seem to make any difference (and notes it is for after a reboot, not a log in)
What am I doing wrong? Any help appreciated
Simon
Solved! Go to Solution.
2022-01-12 11:41 AM
Hey @SimonH, try to add “AutoStartInSystemTray=1“ in the ZRecommend and remove ZSILENTSTART and ZoomAutoStart.
There are the following limitaions If the user sets these settings at the same time, we will follow this priority: ZSILENTSTART > ZoomAutoStart > AutoStartInSystemTray > AutoStartAfterReboot
This also means these two settings cannot be set like this:
“Start Zoom when I start Windows” and “Silently start Zoom when I start Windows” could only be enabled/disabled at the same time.
Let me know if this helps!
2022-01-12 07:36 AM
Hey @SimonH, have you looked into the KB article on Mass deployment with preconfigured settings for Windows for the Registry entries?
2022-01-12 07:44 AM
Hi
Thanks for the reply...
Yes, I looked at that KB article.
My deployment adds keys at HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\ZoomUMX\ as noted, but whenever I tried to have the AutoStart and AutoStart in System Tray as optional (or user changeable) they did not seem to be on by default.
What would the required entries be to have these options ticked as standard, but for the user to be able to change them? or can it be done with the MSI parameters? The instructions on that KB imply I can do it with zReccommend but that was not the behaviour I saw.
We want Zoom to auto start in the system tray (or minimised) as a default setting, but to have the user be able to turn that off. Can you please let me know what parameters I can use on the MSI to do this, or what registry entries I should add to do it?
Cheers
2022-01-12 11:41 AM
Hey @SimonH, try to add “AutoStartInSystemTray=1“ in the ZRecommend and remove ZSILENTSTART and ZoomAutoStart.
There are the following limitaions If the user sets these settings at the same time, we will follow this priority: ZSILENTSTART > ZoomAutoStart > AutoStartInSystemTray > AutoStartAfterReboot
This also means these two settings cannot be set like this:
“Start Zoom when I start Windows” and “Silently start Zoom when I start Windows” could only be enabled/disabled at the same time.
Let me know if this helps!
2022-01-19 04:29 PM
On a similar note I am just trying to get Zoom to start automatically not minimized to system tray. I would like the box to be checked but allow the user to uncheck if needed. Is this possible? I tried just using ZRecommend="ZoomAutoStart=1" but it didn't do anything.
Thanks
2022-01-18 06:38 AM
Hi RN,
Ah ha, using zRecommend="AutoStartInSystemTray=1" in place of ZSILENTSTART and ZoomAutoStart works like I wanted
Both the auto start, and auto start silently boxes are selected, but can be changed by the user.
Thanks for this
Simon
2022-01-18 07:13 AM
@SimonH amazing! 🙌