mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
7ca1069d76
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
420 B
420 B
reg
Manage keys and their values in the Windows registry. Some subcommands such as
reg addhave 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}} /?