https://github.com/pl4nty/web-admx-tool
Windows group policy editor in your browser, preloaded with popular ADMX files
https://github.com/pl4nty/web-admx-tool
git-scraping
Last synced: 5 months ago
JSON representation
Windows group policy editor in your browser, preloaded with popular ADMX files
- Host: GitHub
- URL: https://github.com/pl4nty/web-admx-tool
- Owner: pl4nty
- License: gpl-2.0
- Created: 2025-02-02T03:09:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-08T00:27:21.000Z (5 months ago)
- Last Synced: 2026-01-13T02:08:48.855Z (5 months ago)
- Topics: git-scraping
- Language: Vue
- Homepage: https://gpedit.tplant.com.au
- Size: 14.7 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Web ADMX tool
## Description
This app is a browser-based group policy editor, similar to the Windows Group Policy Editor. It is entirely written in JavaScript and can be accessed and run directly in your browser. You can visit the app [here](https://nekogong.gitee.io/web-admx-tool).
## Features
1. **Manage Group Policy Templates**: Easily manage group policy templates by uploading folders (containing .admx and .adml files) or JSON files, or by loading data from a server URL.
2. **View Tree Structure Policies**: View the tree structure of policies, allowing you to navigate and explore different policy settings. Switch between languages and change the scope (machine or user) to customize your view.
3. **Configure Group Policies**: Add group policies by configuring the templates directly within the browser.
4. **Manage Configurations**: Efficiently manage configurations by importing them into the app. This enables you to maintain and organize different policy configurations.
5. **View and Export Translated Registries**: Access and view translated registries. You can also export the translated registries for further analysis.
## Development
Follow these steps to get started with the app. Make sure the NodeJS is installed in your device:
```
npm install
npm run dev
```
To open the app in a new browser tab, press "o" and then hit "Enter".
## Dependencies
This app relies on the following technologies and libraries:
- [Vue3](https://vuejs.org/)
- [Element Plus](https://element-plus.org/en-US/)
## Support and Feedback
If you encounter any issues or have suggestions for improvement, please feel free to reach out to us. We appreciate your feedback and are dedicated to providing the best user experience possible.
## License
This project is licensed under the [GPL-2.0 License](LICENSE).