Fleex255 / PolicyPlus

Local Group Policy Editor plus more, for all Windows editions
Creative Commons Attribution 4.0 International
1.52k stars 109 forks source link

Add ability to specify Windows folder for offline systems #72

Open gdmeunier opened 1 year ago

gdmeunier commented 1 year ago

Hello, I want to suggest a new feature for Policy Plus:

It would be perfect for Policy Plus to be able to manually specify the path to a Windows folder, such as when plugging-in a different drive over USB to edit its group policies offline.

Policy Plus already has a forensic-friendly method for editing group policies without using built-in runtime components from Windows.

It directly edits the registry hives and regenerates the .POL files manually so this feature requeqt means the following:

This way we exploit the existint forensic editing capability o Policy Plus for editing offline systems' group policies.

This is nonetheless a sizeable task to do, in terms of parsing & exception handling too.

If you implement this feature this will however make Policy Plus a considerable boost / plus for using it to diagnose system problems related to wrong Group Policy edits (such as edits that accidentally strip Admin users of Admin capabilities at reboot).

And as a last note: I think that it should really be mentionneed explicitly in Policy Plus that we have to manually to Save to Registry & Apply Policy in order for policies to correctly be updated in gpedit.msc too.

Otherwise some GPO edits just don't work and don't show as modified either in gpedit.msc.

I didn't know that we had to manually do Apply Policy (.POL file) after saving to registry.

This will help users new to Policy Plus to avoid frustration when editig lots of GPOs and getting no effect, with no modified policy in gpedit.msc (I had thought that all the edits were either lost or done in vain).

Wishing success for Policy Plus, and to also become able to edit offline systems (much like how Sysinternals AutoRuns cans edit offline installs).