diff --git a/ChangeLog.md b/ChangeLog.md index c854372..e26575b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,10 @@ ## Release 2.0.1 +June 2024 Update +- Issue Addressed: + - [#101] (https://github.com/ansible-lockdown/Windows-2019-CIS/issues/101) - Thank you @dennisharder-alight + April 2024 Update - Thank you @MrSteve81 for the enhancements to this release! - Improved 19.x section logic for Windows local user SIDs and HKU support. diff --git a/tasks/section18.yml b/tasks/section18.yml index 3eab693..d643a6f 100644 --- a/tasks/section18.yml +++ b/tasks/section18.yml @@ -1303,7 +1303,7 @@ ansible.windows.win_regedit: path: HKLM:\Software\Microsoft\Windows\Currentversion\Policies\System\DisableBkGndGroupPolicy name: DisableBkGndGroupPolicy - data: 1 + data: 0 type: dword when: - win19cis_rule_18_9_19_5