Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
9bf1327611
commit
c5d92e8cc0
@@ -16382,7 +16382,7 @@ privilege-escalation:
|
||||
"Atomic task" /TR "#{task_command}" /SC daily /ST #{time}
|
||||
|
||||
'
|
||||
cleanup_command: 'SCHTASKS /Delete /S #{target} /RU #{user_name} /RP #{password}
|
||||
cleanup_command: 'SCHTASKS /Delete /S #{target} /U #{user_name} /P #{password}
|
||||
/TN "Atomic task" /F >nul 2>&1
|
||||
|
||||
'
|
||||
@@ -44749,7 +44749,7 @@ persistence:
|
||||
"Atomic task" /TR "#{task_command}" /SC daily /ST #{time}
|
||||
|
||||
'
|
||||
cleanup_command: 'SCHTASKS /Delete /S #{target} /RU #{user_name} /RP #{password}
|
||||
cleanup_command: 'SCHTASKS /Delete /S #{target} /U #{user_name} /P #{password}
|
||||
/TN "Atomic task" /F >nul 2>&1
|
||||
|
||||
'
|
||||
@@ -60612,7 +60612,7 @@ execution:
|
||||
"Atomic task" /TR "#{task_command}" /SC daily /ST #{time}
|
||||
|
||||
'
|
||||
cleanup_command: 'SCHTASKS /Delete /S #{target} /RU #{user_name} /RP #{password}
|
||||
cleanup_command: 'SCHTASKS /Delete /S #{target} /U #{user_name} /P #{password}
|
||||
/TN "Atomic task" /F >nul 2>&1
|
||||
|
||||
'
|
||||
|
||||
@@ -129,7 +129,7 @@ SCHTASKS /Create /S #{target} /RU #{user_name} /RP #{password} /TN "Atomic task"
|
||||
|
||||
#### Cleanup Commands:
|
||||
```cmd
|
||||
SCHTASKS /Delete /S #{target} /RU #{user_name} /RP #{password} /TN "Atomic task" /F >nul 2>&1
|
||||
SCHTASKS /Delete /S #{target} /U #{user_name} /P #{password} /TN "Atomic task" /F >nul 2>&1
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user