From 7379f8f00b41016f8e5fef9db1d200ad6d78d495 Mon Sep 17 00:00:00 2001 From: ai13f Date: Thu, 11 Jan 2024 12:23:28 -0500 Subject: [PATCH] Update section18.yml Signed-off-by: ai13f --- tasks/section18.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/section18.yml b/tasks/section18.yml index 41b076a..24ecb62 100644 --- a/tasks/section18.yml +++ b/tasks/section18.yml @@ -1075,7 +1075,7 @@ ansible.windows.win_regedit: path: HKLM:\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint name: NoWarningNoElevationOnInstall - data: 1 + data: 0 type: dword when: - win22cis_rule_18_7_10 @@ -1090,7 +1090,7 @@ ansible.windows.win_regedit: path: HKLM:\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint name: UpdatePromptSettings - data: 1 + data: 0 type: dword when: - win22cis_rule_18_7_11