Is it possible to read the current Teamviewer ID into a text file. I would like to use this for local Teamviewer access to a terminal server
Hello @gandipusch,
There was an upload issue with your image and it got deleted. 😓
Could you please add the image and also more details regarding your use case? What are you trying to achieve?
We would like to know more about it. 🧐
This is easy to do using Administrator Powershell Command Prompt use below for 32bit
Get-ItemProperty -path HKLM:\Software\Teamviewer -name "ClientID"
or this for 64bit