File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ Remote Desktop allows a remote user to receive a graphical "desktop" of the targ
81
81
1 . On the remote system, execute the following commands:
82
82
83
83
84
-
85
- < pre > c:\> sc config termservice start= auto sc config termservice start= auto
84
+ ```
85
+ c:\> sc config termservice start= auto sc config termservice start= auto
86
86
87
87
c:\> regedit /s enable_ts.reg
88
88
@@ -95,8 +95,7 @@ c:\> secedit /configure /db new.secedit.sdb /cfg fix_ts_policy.ini
95
95
c:\> gpupdate /Force
96
96
97
97
c:\> net start "terminal services"
98
-
99
- </pre >
98
+ ```
100
99
101
100
102
101
@@ -150,4 +149,4 @@ This technique uses registry entries to switch the binary that the sticky keys e
150
149
151
150
* For the "Debugger" REG_SZ, make it have a value of your binary
152
151
153
- * Press SHIFT 5 times and your binary should be executed
152
+ * Press SHIFT 5 times and your binary should be executed
You can’t perform that action at this time.
0 commit comments