Zoom for VDI

Zoom for VDI

I've created a DEM personalisation for the Zoom VDI client (optimized Zoom client to run inside Horizon)
 
It basically stores it's information in the %appdata%\ZoomVDI folder. However, it also saves a folder with emojis inside that folder. Size it not that big (about 9MB), but it contains over 2.500 files which does has a performance impact when (un)zipping the profile archive so I excluded that folder and it's related json files. The emojis folder gets recreated automatically in the background when starting the Zoom client.
 
It also contains the registry run key for Zoom to allow it to start automatically with Windows. Of course, you'll have to set "processing at logon/logoff for this to work" instead of using directFlex.
 
 
Labels (3)
Attachments
Comments

Thank you! I was just looking for Optimizing Zoom and if it is possible for Zoom to exclude the Emojis from the profile.

That helps!

 

Here is the config from your ini file for everybody:

[IncludeFolderTrees]
<AppData>\ZoomVDI\data

[IncludeIndividualRegistryValues]
# To allow users to set autostart with windows
HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Zoom

[ExcludeFolderTrees]
# exclude emojis >2.000 small files
<AppData>\ZoomVDI\data\Emojis

[ExcludeFiles]
#exclude related emoji info
<AppData>\ZoomVDI\emoji.json
<AppData>\ZoomVDI\emoji.version
<AppData>\ZoomVDI\emoji-categories.json

 

Just a quick note on the last comment looks like the 3 excludefiles need to add the Data subfolder

[ExcludeFiles]
#exclude related emoji info
<AppData>\ZoomVDI\emoji.json

 

We have seen a large buildup of ConfAvatar files in both the data folder and ConfAvatar folder. Has anyone tested excluding them? 

This is my config which results in a very small zip-file (272KB)

 

[IncludeRegistryTrees]
HKCU\Software\Clients
HKCU\SOFTWARE\RegisteredApplications

[IncludeFolderTrees]
<AppData>\ZoomVDI

[ExcludeFolderTrees]
<AppData>\ZoomVDI\data\Emojis
<AppData>\ZoomVDI\data\VideoCustomFilter
<AppData>\ZoomVDI\data\VideoFilter
<AppData>\ZoomVDI\data\VirtualBkgnd_Custom
<AppData>\ZoomVDI\data\VirtualBkgnd_Default
<AppData>\ZoomVDI\data\VirtualBkgnd_Video
<AppData>\ZoomVDI\data\VirtualBkgnd_VideoThumb
<AppData>\ZoomVDI\data\
<AppData>\ZoomVDI\logs
<AppData>\ZoomVDI\reports

[ExcludeFiles]
<AppData>\ZoomVDI\data\emoji*

Version history
Revision #:
1 of 1
Last update:
‎12-04-2020 12:45 AM
Updated by:
 
Contributors