Skip to content

Duplicated registry entries in PolicyRegSettings.json #191

@ghost

Description

In PolicyRegSettings.json, I noticed that at least 3 policies are duplicated and the duplicates are pointing to an incorrect registry path, DisableAcrylicBackgroundOnLogon, DisableLockScreenAppNotifications, and DontEnumerateConnectedUsers.

Correct registry path:

"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",

"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",

"RegItemPath": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",

Duplicates & incorrect registry path:

"RegItemPath": "HKLM:\\SOFTWARE\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",

"RegItemPath": "HKLM:\\SOFTWARE\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",

"RegItemPath": "HKLM:\\SOFTWARE\\SOFTWARE\\Policies\\Microsoft\\Windows\\System",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions