Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
3e65326cb9
commit
1b6204cc23
@@ -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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user