Skip to main content

Windows Registry Key Query

What

Display the content of the requested Windows registry key.

Supported registry key types:

  • SZ (displayed as string value)
  • EXPAND_SZ (displayed as string value)
  • BINARY (displayed as string value)
  • DWORD (displayed in upper-case 0x hex)
  • QWORD (displayed in upper-case 0x hex)

Sample Configuration

×  1 _ ohmyposh.dev ×  1 _ ohmyposh.dev

Options

NameTypeDefaultDescription
pathstringregistry path to the desired key using backslashes and with a valid root HKEY name. Ending path with \ will get the (Default) key from that path
fallbackstringthe value to fall back to if no entry is found

Template (info)

default template
{{ .Value }}

Properties

NameTypeDescription
.ValuestringThe result of your query, or fallback if not found.