TeamViewer 13 command line parameters for KACE integration
I have been able to find some commandline parameters, but only for up to version 9.
http://www.itninja.com/blog/view/teamviewer-kace-integration-1
The problem I have with this method is that the tech will connect to the computer and be in control automatically. I would like to have it so when the tech connects to the remote user it uses the method where the end user gets prompted to approve the connection. Are there command line parameters in version 13 that will do this?
2 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Easiest way I would suggest doing that is building a clean PC with the TeamViewer version 13 installed (as it would be for the end user) with all the settings, passwords, etc and if testing it works, you can export the settings to a registry key from that PC and include that with your TeamViewer deployment. - DaveMT 6 years ago
Do you know what registry key is the one that stores the password? I could export that key and use KACE to keep it in sync. - JordanNolan 6 years ago
HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer
HKEY_CURRENT_USER\SOFTWARE\TeamViewer
HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\DefaultSettings
HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\AccessControl
HKEY_CURRENT_USER\SOFTWARE\TeamViewer\AccessControl
HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\DefaultSettings\AccessControl
HKEY_CURRENT_USER\SOFTWARE\TeamViewer\MsgBoxDontShow
HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\DefaultSettings\MsgBoxDontShow
HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\Temp - DaveMT 6 years ago