# pol_export
Exporter for Windows Registry Policy Files
> **Warning**
> This Repository has been moved to <https://github.com/janstarke/dfir-toolkit>
## Installation
```bash
cargo install dfir-toolkit
```
## Usage
```bash
USAGE:
pol_export <POLFILE>
ARGS:
<POLFILE> Name of the file to read
OPTIONS:
-h, --help Print help information
-V, --version Print version information
```
## More information
- <https://docs.microsoft.com/en-us/previous-versions/windows/desktop/policy/registry-policy-file-format>