I'm using the assignment config which seems to be the way to roll out teamviewer.
Deploy TeamViewer (Host or full client) - 9/9 - TeamViewer Support
start /wait MSIEXEC.EXE /i "c:\temp\TeamViewer_Host.msi" /qn CUSTOMCONFIGID=YOUR_CUSTOM_CONFIG_ID
timeout /t 30 /nobreak
"C:\Program Files (x86)\TeamViewer\TeamViewer.exe" assignment --id YOUR_ASSIGNMENT_ID
Once installed it prompts if I want to allowed account assignment to the 5 admins I've setup.
How can I avoid this?
I read this https://community.teamviewer.com/English/discussion/122068/how-to-stop-account-assignment-prompt
But adding reassign doesn't help?