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