xpipe/lang/proc/texts/rdpAdditionalOptions_en.md

10 lines
550 B
Markdown
Raw Permalink Normal View History

# Additional RDP options
2024-05-26 04:19:54 +12:00
If you want to further customize your connection, you can do that by providing RDP properties the same way as they are contained in .rdp files. For a full list of available properties, see the [RDP documentation](https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files).
These options have the format `option:type:value`. So for example, to customize the size of the desktop window, you can pass the following configuration:
```
desktopwidth:i:*width*
desktopheight:i:*height*
```