Tool: windows_registry_write — Write Windows Registry #30

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

Description

Write Windows Registry keys and values.

Acceptance Criteria

  • Set value (string, dword, binary, expandsz, multi_sz)
  • Create key
  • Delete value
  • Delete key (with confirmation)
  • Backup key before modification
  • Restricted to HKCU by default (HKLM requires explicit flag)
## Description Write Windows Registry keys and values. ## Acceptance Criteria - Set value (string, dword, binary, expandsz, multi_sz) - Create key - Delete value - Delete key (with confirmation) - Backup key before modification - Restricted to HKCU by default (HKLM requires explicit flag)
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#30