|
Get.Registry.Value
|
|
| Options: HKEY_LOCAL_MACHINE | HKEY_USERS | HKEY_CURRENT_USER
|
| Notice: HKEY_CURRENT_USER requires Remote admin service
|
| Name of key
|
|
|
| Extra spaces between words and delimiters in key name are not allowed, example: "SOFTWARE \ Microsoft" will not work, change to "SOFTWARE\Microsoft".
|
|
|
| Best way to get correct key name is to copy from the registry editor: click Windows "start" button, select "run", type "regedit", click "OK", navigate to the key you want to use, right click and choose "copy key name", paste in AdmWin.
|
| Value to read data from, leave blank for default value or specify "*" to enumerate all values in a key
|
| Label to write in second column in NTinfo
|