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
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
Possible Solution
To locate/edit a policy object in Policy Plus, I expect such command line (dummy for now)
Things to do to support the feature