0% found this document useful (0 votes)
121 views

FreeRDP User Manual 2

The document discusses input, redirection, and registry settings related to remote desktop protocols. It covers keyboard layouts, redirection of devices, audio, clipboard, and registry keys. Formats for registry settings like REG_DWORD, REG_SZ, and REG_BINARY are also described.

Uploaded by

vijay
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
121 views

FreeRDP User Manual 2

The document discusses input, redirection, and registry settings related to remote desktop protocols. It covers keyboard layouts, redirection of devices, audio, clipboard, and registry keys. Formats for registry settings like REG_DWORD, REG_SZ, and REG_BINARY are also described.

Uploaded by

vijay
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

4 Input 19

4.1 Keyboard Layouts . . . . . . . . . . . . . . . . . . . . . . . . . . 20


4.2 Keyboard Layout Variants . . . . . . . . . . . . . . . . . . . . . . 23
4.3 Keyboard Input Method Editors (IMEs) . . . . . . . . . . . . . . 24

5 Redirection 26
5.1 Drive Redirection . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.2 Serial Redirection . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.3 Parallel Redirection . . . . . . . . . . . . . . . . . . . . . . . . . 28
5.4 Smartcard Redirection . . . . . . . . . . . . . . . . . . . . . . . . 28
5.5 Printer Redirection . . . . . . . . . . . . . . . . . . . . . . . . . . 28
5.6 Clipboard redirection . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.7 Audio Playback . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.8 Audio Recording . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.9 Multitouch Input . . . . . . . . . . . . . . . . . . . . . . . . . . . 30

6 Registry Settings 31
6.1 .reg File Format . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
6.1.1 REG_DWORD (Integer) . . . . . . . . . . . . . . . . . . 33
6.1.2 REG_SZ (String) . . . . . . . . . . . . . . . . . . . . . . 33
6.1.3 REG_BINARY (Binary Data) . . . . . . . . . . . . . . . 33
6.2 Client Settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
6.3 Server Settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36

2
Chapter 1

Introduction

1.1 References
FreeRDP Developer Manual1
FreeRDP Configuration Manual2
FreeRDP Testing Manual3

1.2 Help
FreeRDP - A Free Remote Desktop Protocol Implementation
See www.freerdp.com for more information

Usage: xfreerdp [file] [options] [/v:<server>[:port]]

Syntax:

/flag (enables flag)


/option:<value> (specifies option with value)
+toggle -toggle (enables or disables toggle, where ’/’ is a synonym of ’+’)

1 https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Configuration/

FreeRDP-Developer-Manual.pdf?raw=true
2 https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Configuration/

FreeRDP-Configuration-Manual.pdf?raw=true
3 https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Testing/

FreeRDP-Testing-Manual.pdf?raw=true

You might also like