Browse Source

Describes how to connect the client.

Describes how to connect the client.
Toshiki Higa 2 months ago
parent
commit
be2a21d2c6
1 changed files with 14 additions and 1 deletions
  1. 14
    1
      README.md

+ 14
- 1
README.md View File

@@ -1,3 +1,16 @@
1 1
 # RDP_Shadow_Session
2 2
 
3
-Easily connect to an RDP shadow session.
3
+Easily connect to an RDP shadow session.
4
+
5
+### Prep - Client Side
6
+> Shadow.bat requires some preparation on the client side.
7
+> Be careful as this increases security risks.
8
+
9
+**1. In gpedit.msc, go to the following directory:**
10
+`Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections`
11
+
12
+**2. Set the following parameters to Enabled:**
13
+`set rules for remote control of Remote Desktop services user sessions`
14
+
15
+**3. In the auxiliary fields, select the following:**
16
+`Full Control without user's permission`

Loading…
Cancel
Save