diff --git a/src/playbook/Configuration/custom.yml b/src/playbook/Configuration/custom.yml index a5c944ce11..01c2896c1b 100644 --- a/src/playbook/Configuration/custom.yml +++ b/src/playbook/Configuration/custom.yml @@ -1,6 +1,6 @@ --- title: Root Playbook File -description: Runs all of the playbook files +description: Runs all of the Playbook files actions: # Check various conditions to see if the user should run Atlas or not - !powerShell: diff --git a/src/sxsc/Atlas-Defender-Remover-Arm.yaml b/src/sxsc/Atlas-Defender-Remover-Arm.yaml index 8fa8b8f71e..11ad2555bb 100644 --- a/src/sxsc/Atlas-Defender-Remover-Arm.yaml +++ b/src/sxsc/Atlas-Defender-Remover-Arm.yaml @@ -348,17 +348,17 @@ updates: value: 'Off' # Disable SmartScreen for Edge - key_name: >- - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter + HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge perUserVirtualization: false values: - - key: EnabledV9 + - key: SmartScreenEnabled type: REG_DWORD value: 0 - key_name: >- - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge + HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter perUserVirtualization: false values: - - key: SmartScreenEnabled + - key: EnabledV9 type: REG_DWORD value: 0 # Disable 'Open file - Security Warning' Message diff --git a/src/sxsc/Atlas-Defender-Remover.yaml b/src/sxsc/Atlas-Defender-Remover.yaml index 5353e5b4f5..7b905d5d43 100644 --- a/src/sxsc/Atlas-Defender-Remover.yaml +++ b/src/sxsc/Atlas-Defender-Remover.yaml @@ -315,17 +315,17 @@ updates: value: 'Off' # Disable SmartScreen for Edge - key_name: >- - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter + HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge perUserVirtualization: false values: - - key: EnabledV9 + - key: SmartScreenEnabled type: REG_DWORD value: 0 - key_name: >- - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge + HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter perUserVirtualization: false values: - - key: SmartScreenEnabled + - key: EnabledV9 type: REG_DWORD value: 0 # Disable 'Open file - Security Warning' Message