diff --git a/README.md b/README.md index 508c4f4b..87f8f572 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,12 @@ Release build: cmake --workflow --preset=release ``` +## Dumping the Registry + +The emulator needs a registry dump to run, otherwise it will print `Bad hive file` errors. +You can create one by running the src/grab-registry.bat script as administrator. +This will create a `registry` folder that needs to be placed in the working directory of the emulator. + ## Running Tests The project uses CTest for testing. Choose your preferred method: