This is a short post if someone is looking for the information how to disable the call home function of the Remote Desktop Client. Important: You can not deploy this company wide on a machine level. This needs to be done on a per user base.
1 2 |
# Disable Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\RdClientRadc" -Name "EnableMSRDCTelemetry" -Value 0 -Type DWORD |
1 2 |
# Enable Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\RdClientRadc" -Name "EnableMSRDCTelemetry" -Value 1 -Type DWORD |
There wasn’t any information about this available when searching the internet. Maybe it helps.