Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
2c8c26fb71
commit
935d69c8e5
@@ -33,11 +33,13 @@ Added Via Reg.exe
|
||||
#### Run it with `command_prompt`!
|
||||
```
|
||||
REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ /d "#{script_command}"
|
||||
REM cleanup command below.
|
||||
REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript /f
|
||||
```
|
||||
|
||||
|
||||
#### Cleanup Commands:
|
||||
```
|
||||
REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript /f
|
||||
```
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
+16
-8
@@ -2675,10 +2675,14 @@ persistence:
|
||||
executor:
|
||||
name: command_prompt
|
||||
elevation_required: false
|
||||
command: |
|
||||
REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ /d "#{script_command}"
|
||||
REM cleanup command below.
|
||||
REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript /f
|
||||
command: 'REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ
|
||||
/d "#{script_command}"
|
||||
|
||||
'
|
||||
cleanup_command: 'REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript
|
||||
/f
|
||||
|
||||
'
|
||||
- name: Logon Scripts - Mac
|
||||
description: 'Mac logon script
|
||||
|
||||
@@ -19699,10 +19703,14 @@ lateral-movement:
|
||||
executor:
|
||||
name: command_prompt
|
||||
elevation_required: false
|
||||
command: |
|
||||
REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ /d "#{script_command}"
|
||||
REM cleanup command below.
|
||||
REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript /f
|
||||
command: 'REG.exe ADD HKCU\Environment /v UserInitMprLogonScript /t REG_MULTI_SZ
|
||||
/d "#{script_command}"
|
||||
|
||||
'
|
||||
cleanup_command: 'REG.exe DELETE HKCU\Environment /v UserInitMprLogonScript
|
||||
/f
|
||||
|
||||
'
|
||||
- name: Logon Scripts - Mac
|
||||
description: 'Mac logon script
|
||||
|
||||
|
||||
Reference in New Issue
Block a user