File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
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 |
You can’t perform that action at this time.
0 commit comments