INNOVATIONHUB
Products domain policy editor
domain policy editor
SmartControl: Nifty Utility Software for On-screen Display Control
Graphical guide makes for hassle-free setting adjustments.

import xml.etree.ElementTree as ET def parse_admx_policy(admx_path): tree = ET.parse(admx_path) ns = 'policy': 'http://www.microsoft.com/GroupPolicy/PolicyDefinitions' policies = [] for policy in tree.findall('.//policy:policy', ns): name = policy.get('name') key = policy.find('.//policy:key', ns).get('value') policies.append('name': name, 'registryKey': key) return policies

You may also like
SmartControl: Nifty Utility Software for On-screen Display Control