Start a remote desktop connection - Printable Version +- Robogator (https://community.robogator.io) +-- Forum: Example Task Scripts (https://community.robogator.io/forum-8.html) +--- Forum: Utilities (https://community.robogator.io/forum-7.html) +--- Thread: Start a remote desktop connection (/thread-7.html) |
Start a remote desktop connection - Robogator - 10-01-2024 This solution starts a remote desktop connection Used parameters: param["Computer"] -> Ip address or domain | Default ip adresse if parameter value is empty: 192.168.6.16:3389 param["User"] -> Username param["KeyName"] -> KeyName as identifier of used password key | Default indetifier if parameter value is empty: MyPasswordKey Used keys: key["MyPasswordKey"] -> Password key | Default is no key with password: 12345678 Used languages: C# |