Hi Pond,
You cannot just get a regitrsy key for the password since the registry key for the password is encrypted in the registry.
But you can open TeamViewer and go to "extras - options - advanced" and click on "Export options to a *reg file"
After that a WIndows explorer windo will appear and you have to choose the location and a name for the file.
When this is done, you will get a new TeamViewer window in which you have to check the options you want to export. You will also see a field for the password.
Please type the password you want to export in this field and click on export.
After doing that, the file has the key with the password included.
If you want to make a rollout with our MSI package, you just have to name the file "TeamViewer_Settings.reg" and save it in the same folder where the MSI package is saved - TeamViewer will automatically detect the file and roll it out.
Hello The registry key you are looking for is:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TeamViewer]
PermanentPassword
PermanentPasswordDate
I was having issues with these keys exporting to the TeamViewer_Settings.reg file. So on one of the Hosts, I added the password, then exported the keys off that machine. Then I copied and pasted the entries into the reg file I was using for deployment. After a reboot, everything took hold.
This is possible with our deployment package
You can find more about it in this post here
We recommend you to make the import via TeamViewer since TeamViewer is only exporting the file for 32bit systems. If you have a 64bit system it may help to change the paths in the reg file.
@Julia wrote: Hi Pond,Please type the password you want to export in this field and click on export.After doing that, the file has the key with the password included.
That is not working for me
Is it possible to import the .TVOPT - file in tTeamviewer using a script ?
You mention a lot of manual manipulation & I would like to automate this.