From dae2a23d1ad8b3b3dce82c1a79e9803bc36526d3 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Sun, 6 Aug 2023 19:40:42 +0100 Subject: [PATCH] refactor(components): remove deprecated flags --- src/playbook/Configuration/atlas/components.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/playbook/Configuration/atlas/components.yml b/src/playbook/Configuration/atlas/components.yml index df85a1b8e5..544b92b361 100644 --- a/src/playbook/Configuration/atlas/components.yml +++ b/src/playbook/Configuration/atlas/components.yml @@ -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}