From 74411400f4e740d199741d7b905bc0026410138a Mon Sep 17 00:00:00 2001 From: Frederick Witty Date: Thu, 20 Jun 2024 09:17:15 -0400 Subject: [PATCH] fix value for 18.9.19.5 control Signed-off-by: Frederick Witty --- tasks/section18.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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