Skip to content

Commit

Permalink
refactor(components): remove deprecated flags
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 6, 2023
1 parent 24329b0 commit dae2a23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/playbook/Configuration/atlas/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ actions:
args: '-Disable'
wait: true
option: 'defender-disable'
- !registryKey: {path: 'HKLM\SOFTWARE\Atlas', operation: add}
- !registryValue: {path: 'HKLM\SOFTWARE\Atlas', value: 'Defender', data: '1', type: REG_DWORD, option: 'defender-enable'}
- !registryValue: {path: 'HKLM\SOFTWARE\Atlas', value: 'Defender', data: '0', type: REG_DWORD, option: 'defender-disable'}
# Remove Security Center startup item
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', value: 'SecurityHealth', operation: delete}

Expand Down

0 comments on commit dae2a23

Please sign in to comment.