A lightweight, browser-based viewer for ADMX policy definitions.
- Tree-based navigation like Group Policy Editor
- Search with fuzzy matching (powered by Fuse.js)
- Policy details with registry path, value names, and descriptions
- Copy-to-clipboard support
- JSON view for advanced users
- No backend required
- Place your
policies.json
file in the same folder asindex.html
. - From that directory, start a local HTTP server (for example, run
python -m http.server
). - Open
http://localhost:8000/index.html
and explore the extracted policies.
⚠️ This project does not include any official ADMX/ADML files. Please generate your ownpolicies.json
using your own extraction process.
Licensed under the MIT License. See LICENSE for details.