From 28b744d608d555c5193eb6c937188f547ebe2348 Mon Sep 17 00:00:00 2001 From: hustcer Date: Wed, 3 Sep 2025 21:55:03 +0800 Subject: [PATCH] Add commands/docs/registry.md --- commands/docs/registry.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 commands/docs/registry.md diff --git a/commands/docs/registry.md b/commands/docs/registry.md new file mode 100644 index 00000000000..d54c569d17d --- /dev/null +++ b/commands/docs/registry.md @@ -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 +--- + + +# `registry` for [system](/commands/categories/system.md) + +
Various commands for interacting with the system registry (Windows only).
+ +## 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 | \ No newline at end of file