Skip to content

Commit

Permalink
refactor: test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 7, 2024
1 parent 7df4e93 commit 8627160
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions src/sxsc/Atlas-Defender-Remover-Arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/sxsc/Atlas-Defender-Remover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8627160

Please sign in to comment.