1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/reg.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

420 B

reg

Manage keys and their values in the Windows registry. Some subcommands such as reg add have their own usage documentation. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/reg.

  • Execute a registry command:

reg {{command}}

  • Display general information and list all available commands:

reg /?

  • Call help on a specific command:

reg {{command}} /?