Skip to content

Commit 28b744d

Browse files
committed
Add commands/docs/registry.md
1 parent cf7af96 commit 28b744d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

commands/docs/registry.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: registry
3+
categories: |
4+
system
5+
version: 0.107.0
6+
system: |
7+
Various commands for interacting with the system registry (Windows only).
8+
usage: |
9+
Various commands for interacting with the system registry (Windows only).
10+
editLink: false
11+
contributors: false
12+
---
13+
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
14+
15+
# `registry` for [system](/commands/categories/system.md)
16+
17+
<div class='command-title'>Various commands for interacting with the system registry (Windows only).</div>
18+
19+
## Signature
20+
21+
```> registry {flags} ```
22+
23+
24+
## Input/output types:
25+
26+
| input | output |
27+
| ------- | ------ |
28+
| nothing | string |
29+
## Notes
30+
You must use one of the following subcommands. Using this command as-is will only produce this help message.
31+
32+
## Subcommands:
33+
34+
| name | description | type |
35+
| ---------------------------------------------------- | --------------------------- | -------- |
36+
| [`registry query`](/commands/docs/registry_query.md) | Query the Windows registry. | built-in |

0 commit comments

Comments
 (0)