From 86271601cc1d8d90c9ab9c4b8df9559e4f3d3ee3 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:09:01 +0100 Subject: [PATCH] refactor: test CI --- src/playbook/Configuration/custom.yml | 2 +- src/sxsc/Atlas-Defender-Remover-Arm.yaml | 8 ++++---- src/sxsc/Atlas-Defender-Remover.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) 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