I am trying to get the Data from a registry key value via command line
I can retrieve the value of a registry key using the following code
reg query HKCU\Software\[PATH_TO_MY_DIR] /v [KEY_NAME]
This works as expected and outputs three items:
- Name
- Type
- Data
I am trying to get the data from the value in command line how do I do this?