Skip to content

Commit

Permalink
fix reg path
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiesselbach authored and tmmuessig committed Feb 5, 2024
1 parent e75d4bb commit eb084ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2009/ConfigurationFiles/PolicyRegSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eb084ae

Please sign in to comment.