2013-08-06 13:37:11 +04:00
<refsect1 >
<title > Examples</title>
<variablelist >
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > xfreerdp connection.rdp /p:Pwd123! /f</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Connect in fullscreen mode using a stored configuration <replaceable > connection.rdp</replaceable> and the password <replaceable > Pwd123!</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
2017-09-25 10:35:49 +03:00
<varlistentry >
<term > <command > xfreerdp /u:USER /size:50%h /v:rdp.contoso.com</command> </term>
<listitem >
<para > Connect to host <replaceable > rdp.contoso.com</replaceable> with user <replaceable > USER</replaceable> and a size of <replaceable > 50 percent of the height</replaceable> . If width (w) is set instead of height (h) like /size:50%w. 50 percent of the width is used.</para>
</listitem>
</varlistentry>
2013-08-06 13:37:11 +04:00
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > xfreerdp /u:CONTOSO\\JohnDoe /p:Pwd123! /v:rdp.contoso.com</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Connect to host <replaceable > rdp.contoso.com</replaceable> with user <replaceable > CONTOSO\\JohnDoe</replaceable> and password <replaceable > Pwd123!</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > xfreerdp /u:JohnDoe /p:Pwd123! /w:1366 /h:768 /v:192.168.1.100:4489</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Connect to host <replaceable > 192.168.1.100</replaceable> on port <replaceable > 4489</replaceable> with user <replaceable > JohnDoe</replaceable> , password <replaceable > Pwd123!</replaceable> . The screen width is set to <replaceable > 1366</replaceable> and the height to <replaceable > 768</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2017-03-06 16:28:30 +03:00
<term > <command > xfreerdp /u:JohnDoe /p:Pwd123! /vmconnect:C824F53E-95D2-46C6-9A18-23A5BB403532 /v:192.168.1.100</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Establish a connection to host <replaceable > 192.168.1.100</replaceable> with user <replaceable > JohnDoe</replaceable> , password <replaceable > Pwd123!</replaceable> and connect to Hyper-V console (use port 2179, disable negotiation) with VMID <replaceable > C824F53E-95D2-46C6-9A18-23A5BB403532</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > +clipboard</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
<para > Activate clipboard redirection</para>
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /drive:home,/home/user</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate drive redirection of <replaceable > /home/user</replaceable> as home drive</para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /smartcard:< device> </command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate smartcard redirection for device <replaceable > device</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /printer:< device> ,< driver> </command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate printer redirection for printer <replaceable > device</replaceable> using driver <replaceable > driver</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /serial:< device> </command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate serial port redirection for port <replaceable > device</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /parallel:< device> </command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate parallel port redirection for port <replaceable > device</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /sound:sys:alsa</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate audio output redirection using device <replaceable > sys:alsa</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /microphone:sys:alsa</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate audio input redirection using device <replaceable > sys:alsa</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /multimedia:sys:alsa</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate multimedia redirection using device <replaceable > sys:alsa</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
<varlistentry >
2013-08-06 14:23:31 +04:00
<term > <command > /usb:id,dev:054c:0268</command> </term>
2013-08-06 13:37:11 +04:00
<listitem >
2013-08-06 14:23:31 +04:00
<para > Activate USB device redirection for the device identified by <replaceable > 054c:0268</replaceable> </para>
2013-08-06 13:37:11 +04:00
</listitem>
</varlistentry>
</variablelist>
</refsect1>