Skip to content

Commit

Permalink
feat(Atlas-Defender-Remover): registry keys & values
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 5, 2023
1 parent d992bd4 commit 3e604c5
Showing 1 changed file with 47 additions and 8 deletions.
55 changes: 47 additions & 8 deletions src/sxsc/Atlas-Defender-Remover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,28 +172,26 @@ updates:
- key: DisableNotifications
type: REG_DWORD
value: 1
- target_component: Windows-Defender-UI
target_arch: wow64
version: 38655.38527.65535.65535
registry_keys:
- key_name: >-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Virus and threat protection
perUserVirtualization: false
values:
- key: UILockdown
type: REG_DWORD
value: 1
- target_component: Windows-Defender-UI.Resources
target_arch: amd64
version: 38655.38527.65535.65535
registry_keys:
- key_name: >-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\App and Browser protection
perUserVirtualization: false
values:
- key: UILockdown
type: REG_DWORD
value: 1
- target_component: Windows-Defender-UI
target_arch: wow64
version: 38655.38527.65535.65535
- target_component: Windows-Defender-UI.Resources
target_arch: amd64
version: 38655.38527.65535.65535
- target_component: Windows-Defender-UI.Resources
target_arch: wow64
version: 38655.38527.65535.65535
Expand Down Expand Up @@ -236,6 +234,47 @@ updates:
- target_component: Microsoft-Windows-SmartScreen
target_arch: amd64
version: 38655.38527.65535.65535
registry_keys:
# Disable SmartScreen
- key_name: >-
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost
perUserVirtualization: false
values:
- key: EnableWebContentEvaluation
type: REG_DWORD
value: 0
- key: PreventOverride
type: REG_DWORD
value: 0
- key_name: >-
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System
perUserVirtualization: false
values:
- key: EnableSmartScreen
type: REG_DWORD
value: 0
- key_name: >-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
perUserVirtualization: false
values:
- key: SmartScreenEnabled
type: REG_SZ
value: 'Off'
# Disable 'Open file' Security Warning Message
- key_name: >-
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3
perUserVirtualization: false
values:
- key: '1806'
type: REG_DWORD
value: 0
- key_name: >-
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments
perUserVirtualization: false
values:
- key: SaveZoneInformation
type: REG_DWORD
value: 1
- target_component: Microsoft-Windows-SmartScreen
target_arch: wow64
version: 38655.38527.65535.65535
Expand Down

0 comments on commit 3e604c5

Please sign in to comment.