registry
Perform Windows Registry operations such as reading keys, values, listing subkeys, searching entries, and retrieving system or program data to manage and analyze registry configurations efficiently.
Instructions
Windows Registry operations including reading registry keys, values, and searching registry entries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The registry operation to perform | |
hive | No | Registry hive to search in (default: HKLM) | HKLM |
key_path | No | Registry key path (e.g., HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion) | |
max_depth | No | Maximum depth for recursive operations (default: 2) | |
search_term | No | Search term for finding registry keys or values | |
value_name | No | Registry value name to read |