From 04c6dc90984d70f817daef22b2c4a8f6d7121d8f Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 22 Jan 2018 19:45:09 +0000 Subject: [PATCH] reg: add page (#1908) --- pages/windows/reg.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/windows/reg.md diff --git a/pages/windows/reg.md b/pages/windows/reg.md new file mode 100644 index 0000000000..abd48916e3 --- /dev/null +++ b/pages/windows/reg.md @@ -0,0 +1,16 @@ +# reg + +> A command line interface for managing keys and their values in the Windows registry. +> See `reg-query`, `reg-add` and other pages for additional information. + +- Execute registry commands: + +`reg {{command}}` + +- Display general information and list all available commands: + +`reg /?` + +- Call help on a specific command: + +`reg {{command}} /?`