Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
750f0ae00c
commit
14f6ec8047
@@ -33246,7 +33246,7 @@ defense-evasion:
|
||||
- windows
|
||||
executor:
|
||||
command: 'REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode"
|
||||
/VE /T REG_SZ /F /D “Service”
|
||||
/VE /T REG_SZ /F /D "Service"
|
||||
|
||||
'
|
||||
cleanup_command: 'reg delete "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode"
|
||||
@@ -33265,7 +33265,7 @@ defense-evasion:
|
||||
- windows
|
||||
executor:
|
||||
command: 'REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode"
|
||||
/VE /T REG_SZ /F /D “Service”
|
||||
/VE /T REG_SZ /F /D "Service"
|
||||
|
||||
'
|
||||
cleanup_command: 'reg delete "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode"
|
||||
|
||||
@@ -1227,7 +1227,7 @@ Adding a subkey to Minimal with the name of your service and a default value set
|
||||
|
||||
|
||||
```cmd
|
||||
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /VE /T REG_SZ /F /D “Service”
|
||||
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\AtomicSafeMode" /VE /T REG_SZ /F /D "Service"
|
||||
```
|
||||
|
||||
#### Cleanup Commands:
|
||||
@@ -1261,7 +1261,7 @@ Adding a subkey to Netowrk with the name of your service and a default value set
|
||||
|
||||
|
||||
```cmd
|
||||
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /VE /T REG_SZ /F /D “Service”
|
||||
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\AtomicSafeMode" /VE /T REG_SZ /F /D "Service"
|
||||
```
|
||||
|
||||
#### Cleanup Commands:
|
||||
|
||||
Reference in New Issue
Block a user