Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2022-03-17 16:18:52 +00:00
parent 3e65326cb9
commit 1b6204cc23
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -31815,8 +31815,8 @@ defense-evasion:
/v DisableRegistryTools /t REG_DWORD /d 1 /f
'
cleanup_command: 'reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\policies\system
/v DisableRegistryTools /f >nul 2>&1
cleanup_command: 'powershell Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\policies\system"
-Name DisableRegistryTools -ErrorAction Ignore
'
name: command_prompt
+1 -1
View File
@@ -406,7 +406,7 @@ reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\policies\sys
#### Cleanup Commands:
```cmd
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\policies\system /v DisableRegistryTools /f >nul 2>&1
powershell Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\policies\system" -Name DisableRegistryTools -ErrorAction Ignore
```