Skip to content

Commit be602fd

Browse files
committed
fixed formatting issue on persistence/windows/general
1 parent eebc376 commit be602fd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

persistence/windows/general.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Remote Desktop allows a remote user to receive a graphical "desktop" of the targ
8181
1. On the remote system, execute the following commands:
8282

8383

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
8686
8787
c:\> regedit /s enable_ts.reg
8888
@@ -95,8 +95,7 @@ c:\> secedit /configure /db new.secedit.sdb /cfg fix_ts_policy.ini
9595
c:\> gpupdate /Force
9696
9797
c:\> net start "terminal services"
98-
99-
</pre>
98+
```
10099

101100

102101

@@ -150,4 +149,4 @@ This technique uses registry entries to switch the binary that the sticky keys e
150149

151150
* For the "Debugger" REG_SZ, make it have a value of your binary
152151

153-
* Press SHIFT 5 times and your binary should be executed
152+
* Press SHIFT 5 times and your binary should be executed

0 commit comments

Comments
 (0)