|
|
@@ -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`
|