Skip to content

Commit 17bdbcc

Browse files
authored
Update README.md
1 parent 6e35697 commit 17bdbcc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ Adapt practically persistence steadiness strategies working at Windows 10 utiliz
77

88
• Administrator account with UAC set on default settings needed.
99
# Usage
10-
Run executable from command line: embed [Key] [Param] or embed-sr [Key] [Param]. See "Run examples" underneath for more info.
10+
Run executable from command line: embed [Param] or embed-sr [Param]. See "Run examples" underneath for more info.
1111

1212
Run examples:
1313

14-
• embed.exe 31
14+
• embed.exe "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup"
1515

16-
• embed-sr.exe 2038
16+
echo embed.exe %HOMEPATH%"\Documents\Windowspowershell\profile.ps1
1717

18-
embed.exe 31 c:\Windows Persistent\Embed\notepad64.bin
18+
schtasks /create /sc onlogon /tn AdobeFlashSync /tr "embed.exe"
1919

20-
• embed-sr.exe 2038 c:\Windows Persistent\Embed\notepad64.bin

0 commit comments

Comments
 (0)