Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions commands/docs/registry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: registry
categories: |
system
version: 0.107.0
system: |
Various commands for interacting with the system registry (Windows only).
usage: |
Various commands for interacting with the system registry (Windows only).
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

# `registry` for [system](/commands/categories/system.md)

<div class='command-title'>Various commands for interacting with the system registry (Windows only).</div>

## Signature

```> registry {flags} ```


## Input/output types:

| input | output |
| ------- | ------ |
| nothing | string |
## Notes
You must use one of the following subcommands. Using this command as-is will only produce this help message.

## Subcommands:

| name | description | type |
| ---------------------------------------------------- | --------------------------- | -------- |
| [`registry query`](/commands/docs/registry_query.md) | Query the Windows registry. | built-in |