From eb084ae7c23821f63a122bc2e813cac05e144a55 Mon Sep 17 00:00:00 2001 From: Dave <57664345+dgiesselbach@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:11:50 +0100 Subject: [PATCH] fix reg path Path was wrong. Doc article https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsLogon::DisableLockScreenAppNotifications --- 2009/ConfigurationFiles/PolicyRegSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2009/ConfigurationFiles/PolicyRegSettings.json b/2009/ConfigurationFiles/PolicyRegSettings.json index 10c7e45..1e4a346 100644 --- a/2009/ConfigurationFiles/PolicyRegSettings.json +++ b/2009/ConfigurationFiles/PolicyRegSettings.json @@ -350,21 +350,21 @@ "VDIState": "Enabled" }, { - "RegItemPath": "HKLM:\\SOFTWARE\\SOFTWARE\\Policies\\Microsoft\\Windows\\System", + "RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System", "RegItemValueName": "DisableAcrylicBackgroundOnLogon", "RegItemValueType": "DWord", "RegItemValue": "1", "VDIState": "Enabled" }, { - "RegItemPath": "HKLM:\\SOFTWARE\\SOFTWARE\\Policies\\Microsoft\\Windows\\System", + "RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System", "RegItemValueName": "DisableLockScreenAppNotifications", "RegItemValueType": "DWord", "RegItemValue": "1", "VDIState": "Enabled" }, { - "RegItemPath": "HKLM:\\SOFTWARE\\SOFTWARE\\Policies\\Microsoft\\Windows\\System", + "RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System", "RegItemValueName": "DontEnumerateConnectedUsers", "RegItemValueType": "DWord", "RegItemValue": "1",