TestimoX

API Reference

Class

RdpPolicyWriter

Namespace ComputerX.Rdp
Assembly ComputerX
Modifiers static

Writes RDP policy settings to the local machine registry.

Inheritance

  • Object
  • RdpPolicyWriter

Methods

public static Boolean Set(String computerName, RdpPolicyState desired) #
Returns: Boolean

Sets RDP policy values on the local computer.

Parameters

computerName System.String requiredposition: 0
Target host; only local writes are supported.
desired ComputerX.Rdp.RdpPolicyState requiredposition: 1
Desired policy values to apply.

Returns

True when all writes succeeded.