From 1ebf74a84e392d97b3c3cdd78b6c612aee9a0558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Wed, 12 Nov 2025 17:35:54 +0100 Subject: [PATCH] Fix registry paths for fixing the display settings --- roles/ad_joined/tasks/main_win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ad_joined/tasks/main_win.yml b/roles/ad_joined/tasks/main_win.yml index 748036b..2ac93df 100644 --- a/roles/ad_joined/tasks/main_win.yml +++ b/roles/ad_joined/tasks/main_win.yml @@ -59,8 +59,8 @@ type: dword data: 0x00000002 with_items: - - HKLM\SYSTEM\CurrentControlSet\Services\CDPSvc - - HKLM\SYSTEM\CurrentControlSet\Services\CDPUserSvc + - HKLM:\SYSTEM\CurrentControlSet\Services\CDPSvc + - HKLM:\SYSTEM\CurrentControlSet\Services\CDPUserSvc - name: Reboot win_command: "shutdown /r"