> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.7.0/helmut4-components/streamdesigner/wildcards/functional-wildcards/local-environment-related-wildcards/local-registry.md).

# Local Registry ?

* {local.registry.?}
* For the following input (?) --> Registry hive
* The output is going to be --> Registry key value

#### Example:

For the following input --> {local.registry.currentuser/SOFTWARE/Microsoft/Windows/CurrentVersion/ Explorer/Shell Folders/Local AppData} The output is going to be --> C:\Users\EDIT\AppData\Local

{% hint style="info" %}
Registry keys should start like this:

* classesroot
* currentuser
* localmachine
* users
* currentconfig
* Registry path are / (forward slashes) instead of the usual \ (back slash)
  {% endhint %}
