registry
Perform Windows Registry operations such as reading keys and values, searching entries, listing subkeys, retrieving startup programs, installed programs, and system information. Manage registry hives and configure actions directly.
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 |