# OSRegistry PERegistry

#### REG files can be added to an OS using OSRegistry and WinPE using PERegistry

## ContentPack Structure

Directories within OSRegistry and PERegistry are organized using the following structure

```
OSRegistry\ALL
    Universal REG files for both x64 and x86
OSRegistry\$Architecture
    REG files for a specific Architecture

PERegistry\ALL
    Universal REG files for both x64 and x86
PERegistry\$Architecture
    REG files for a specific Architecture
```
