Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimulPiscator authored Jul 7, 2023
1 parent e4fb2fe commit 6008d50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ and a simple client connection script is offered for download.

## Usage

<pre>RDPShare [http &lt;port&gt;] [rdp &lt;port&gt;] [screen {0..n}]</pre>
<pre>RDPShare [idle] [http &lt;port&gt;] [rdp &lt;port&gt;] [screen {0..n}]</pre>

Defaults are: http 8080 rdp 3390 screen 0

If the "idle" option is given, RDPShare does not start a WDS session at startup but waits for the "start" request
before initiating one (see below).

The "screen" option allows to choose which part of the Windows desktop is shared.
For "screen 0", the entire Windows desktop is shared; for arguments greater 0, only the area of the respective display is shared.

Expand Down

0 comments on commit 6008d50

Please sign in to comment.