You are here

PolicyPlus (Local Group Policy Editor)

2 posts / 0 new
Last post
thegoodstuff
Offline
Last seen: 3 years 7 months ago
Joined: 2020-06-23 14:36
PolicyPlus (Local Group Policy Editor)

Local Group Policy Editor plus more, for all Windows editions
https://github.com/Fleex255/PolicyPlus

Policy Plus is intended to make the power of Group Policy settings available to everyone.
Run and work on all Windows editions, not just Pro and Enterprise
Comply fully with licensing (i.e. transplant no components across Windows installations)
View and edit Registry-based policies in local GPOs, per-user GPOs, individual POL files, offline Registry user hives, and the live Registry
Navigate to policies by ID, text, or affected Registry entries
Show additional technical information about objects (policies, categories, products)
Provide convenient ways to share and import policy settings
Non-Registry-based policies (i.e. items outside the Administrative Templates branch of the Group Policy Editor) currently have no priority, but they may be reconsidered at a later date.

System requirements
Policy Plus requires .NET Framework 4.5 or newer. That can be installed on Windows Vista or newer, and comes preinstalled on Windows 8 or newer. Policy Plus should also work on the corresponding server OSes: Windows Server 2008 or newer. The standard .NET Framework hardware requirements are sufficient for Policy Plus.

Quick intro
At startup, Policy Plus opens the last saved policy source, or the local Group Policy Object (Local GPO) by default. To open a different policy source (like a Registry branch or a per-user GPO), use File | Open Policy Resources.
Much like the official Group Policy editor, categories are shown in the left tree. Information on the selected object is shown in the middle. Policies and subcategories in the selected category are shown in the right list. By default, both user and computer policies are displayed, but you can focus on just one policy source using the drop-down in the upper left.
To edit a policy, double-click it. If the selected setting applies to both users and computers, you can switch sections with the "Editing for" drop-down. Click OK to keep the changes to the setting. Notice: If a policy source is backed by a POL file (like Local GPO), changes to it will not be committed to disk until you use File | Save Policies (Ctrl+S).

Releases
https://github.com/Fleex255/PolicyPlus/releases

Ken Herbert
Ken Herbert's picture
Online
Last seen: 45 min 47 sec ago
DeveloperModerator
Joined: 2010-05-25 18:19
Considerations for .NET apps....

For us to release .NET apps we require compatibility with both .NET 2.x and 4.x. This is the only way we can ensure a given app will run on the Windows versions we support without the user having to install non-portable bits onto the computer.

Log in or register to post comments