I would like to read the current Teamviewer ID into a textfile. Is that possible ?

Options
gandipusch
gandipusch Posts: 1
edited December 2021 in Deployment & Integrations
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


Answers

  • JeanK
    JeanK Posts: 6,990 Community Manager 🌍
    Options

    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. 🧐

    Community Manager

  • AlanRimer
    AlanRimer Posts: 2 ✭✭
    Options

    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

    Get-ItemProperty -path HKLM:\Software\Teamviewer -name "ClientID"