Add Get-/Set-RDMTelemetry cmdlets to read/write the Disable Telemetry setting

Add Get-/Set-RDMTelemetry cmdlets to read/write the Disable Telemetry setting

0 vote

avatar
Posting on behalf of a customer:


"Is the “Disable Telemetry “ setting no longer stored in RemoteDesktopManager.cfg , but moved to encrypted, RemoteDesktopManager.stv, for instance?
I don’t seem to find in while the settings used…. If the cant be edited , I would kindly ask for a request to devolutions cmdlet for this settings as well."

Disable_Telemetry.png

Alexis Beauparlant

Disable_Telemetry.png

All Comments (1)

avatar

Hi,

The setting hasn't moved to an encrypted file, it's still in RemoteDesktopManager.cfg as plain text. If you don't see it in the file, that's because it's currently at its default value, and default values aren't written out to the config file.

You can add it manually: open RemoteDesktopManager.cfg and add the following line just inside the opening <Option> tag:

<DisableSendingAnalytics>true</DisableSendingAnalytics>


On the cmdlet request: there isn't one today, but we're looking at adding PowerShell support to manage this setting going forward.

Best regards,
Maxime