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

[Feature Request] Navigate to policies by ID with command line arguments #60

Open fuweichin opened 1 year ago

fuweichin commented 1 year ago

Problem
I'm working on an application called Windows Tweak Tool which helps user to change system settings via Registry, Group Policy or Command. I want to let users know what the application actually does when changing a setting, e.g. tring opening a system dialog / reg file preview when "Configure Atomatic Updates", rather than changing Group Policy / Registry directly with PowerShell / CMD, since Group Policy Editor cannot be automated via command line, I hope Policy Editor can do that.

Similar Solutions
To locate a file in Windows Explorer, the command line below can be used

explorer.exe /select,"C:\Users\Administrator\Downloads\README.md"

Possible Solution
To locate/edit a policy object in Policy Plus, I expect such command line (dummy for now)

PolicyPlus.exe /select,"Microsoft.Policies.WindowsUpdate:AutoUpdateCfg"
PolicyPlus.exe /edit,"Microsoft.Policies.WindowsUpdate:AutoUpdateCfg"

Things to do to support the feature