Skip to content

Commit

Permalink
ansible-lockdown#28 update reg value fix for 18.10.43.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Witty <[email protected]>
Signed-off-by: Mathieu Fortin <[email protected]>
  • Loading branch information
frederickw082922 authored and mfortin committed Apr 16, 2024
1 parent 7423e37 commit 4fce28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,7 @@
ansible.windows.win_regedit:
path: HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection
name: DisableRealtimeMonitoring
data: 1
data: 0
datatype: dword
when:
- win22cis_rule_18_10_43_10_2
Expand Down

0 comments on commit 4fce28f

Please sign in to comment.