Teamviewer Pop Up
We want to use Teamviewer in a Citrix (terminal services) environment. We do not want our users to see this pop-up, not even once. Is there some way to suppress it?To disable the dialog box upon installation, please close TeamViewer completely and make sure that all TeamViewer services that might be running on your system have been stopped.
After that, please open the registry editor and add the following DWORD entry:
For version 10 or higher
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TeamViewer\DefaultSettings]
"HostInfoDialog"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\DefaultSettings]
"HostInfoDialog"=dword:00000000
Located in HKEY_CURRENT_USER\Software\TeamViewer\VersionX
Value 1 = Show
Value 0 = Don’t show
https://community.teamviewer.com/t5/TeamViewer-General/Suppress-Login-Pop-Up/td-p/3001
Comments
Post a Comment