I am trying to use my Computer Management System to detect if the TeamViewer installed on my computers is part of my subscription and also if Easy Access is enabled. I thought I was able to detect if it was part of my subscription by reading:
HKLM\Software\TeamViewer\RemoteMonitoring_AckAccountIDs
and comparing the value to my other machines, but I noticed an issue. It seems that this value only updates after I connect at least once to the machine.
Are there any keys or files I can read to see if a machine is part of my subscription and if Easy Access is enabled?