read_registry_key
Read all values and optional subkey names under a Windows registry key, with support for 32-bit or 64-bit registry views.
Instructions
Read every value under a registry key.
Args: path: Full key path, e.g. "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers". Hives may be abbreviated: HKLM, HKCU, HKCR, HKU, HKCC. view: "native", "64" or "32" to choose the registry view on 64-bit Windows. include_subkeys: Also list the immediate child key names.
The key is opened for reading only. Binary values are returned as hex and truncated. A key that does not exist is reported as such rather than failing, since absence is often the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| view | No | native | |
| include_subkeys | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |