Tool: windows_registry_read — Read Windows Registry #29

Closed
opened 2026-05-26 01:34:17 +00:00 by jmiller · 0 comments
Owner

Description

Read Windows Registry keys and values.

Acceptance Criteria

  • Read value by full path (HKLM, HKCU, etc.)
  • List subkeys of a key
  • List values of a key
  • Return value type (REG_SZ, DWORD, etc.)
  • Support common abbreviations (HKLM, HKCU, HKCR)
## Description Read Windows Registry keys and values. ## Acceptance Criteria - Read value by full path (HKLM, HKCU, etc.) - List subkeys of a key - List values of a key - Return value type (REG_SZ, DWORD, etc.) - Support common abbreviations (HKLM, HKCU, HKCR)
jmiller added the type: featurepriority: lowcategory: registrymilestone: v1.3 labels 2026-05-26 01:34:18 +00:00
jmiller added the pending: testing label 2026-05-26 03:08:50 +00:00
Sign in to join this conversation.
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mcp-windows#29