Maintenance is being performed on Zoom's support site on November 4 that may cause support impact. For more information, please click here.
Everything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Remove the hassle of traditional scheduling with Zoom Scheduler
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Optimize contact center agent performance and engagement
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Hardware purchase and subscription options
Flexible subscription plans for hardware
Protect certain data at rest with your own encryption keys
An open platform that allows developers to build Zoom apps and integrations.
Explore thousands of apps that work with or within Zoom
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2022-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! 🙌