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
Registry keys should start like this:
classesroot
currentuser
localmachine
users
currentconfig
Registry path are / (forward slashes) instead of the usual \ (back slash)
Last updated