Skip to content

Commit

Permalink
Update registry_query.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Apr 6, 2024
1 parent c28f36e commit 228a59c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions commands/docs/registry_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
title: registry query
categories: |
system
version: 0.91.0
version: 0.92.0
system: |
Query the Windows registry.
usage: |
Query the Windows registry.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

# <code>{{ $frontmatter.title }}</code> for system
# `registry query` for [system](/commands/categories/system.md)

<div class='command-title'>{{ $frontmatter.system }}</div>
<div class='command-title'>Query the Windows registry.</div>

## Signature

Expand All @@ -34,8 +35,8 @@ usage: |

## Parameters

- `key`: registry key to query
- `value`: optionally supply a registry value to query
- `key`: Registry key to query.
- `value`: Optionally supply a registry value to query.


## Input/output types:
Expand All @@ -59,4 +60,4 @@ Query the HKEY_LOCAL_MACHINE hive
```

## Notes
Currently supported only on Windows systems.
Currently supported only on Windows systems.

0 comments on commit 228a59c

Please sign in to comment.