Skip to content

Commit

Permalink
fix(defender components): remove -Enable
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 1, 2023
1 parent a3ef01a commit 5de2413
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/playbook/Configuration/atlas/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ actions:
args: '-Disable'
wait: true
option: 'defender-disable'
- !run:
exe: 'C:\Users\Default\Desktop\Atlas\3. Configuration\5. Security\Toggle Defender.cmd'
args: '-Enable'
wait: true
option: 'defender-enable'
# Remove Security Center startup item
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', value: 'SecurityHealth', operation: delete, option: 'defender-disable'}
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', value: 'SecurityHealth', operation: delete}

# ---------- Microsoft Edge
- !writeStatus: {status: 'Removing Microsoft Edge', option: 'uninstall-edge'}
Expand Down

0 comments on commit 5de2413

Please sign in to comment.