2018-01-22 19:45:09 +00:00
|
|
|
# reg
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> A command-line interface for managing keys and their values in the Windows registry.
|
2021-09-13 09:21:21 +01:00
|
|
|
> Some subcommands such as `reg add` have their own usage documentation.
|
2020-09-16 13:19:57 +01:00
|
|
|
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/reg>.
|
2018-01-22 19:45:09 +00:00
|
|
|
|
|
|
|
- Execute registry commands:
|
|
|
|
|
|
|
|
`reg {{command}}`
|
|
|
|
|
|
|
|
- Display general information and list all available commands:
|
|
|
|
|
|
|
|
`reg /?`
|
|
|
|
|
|
|
|
- Call help on a specific command:
|
|
|
|
|
|
|
|
`reg {{command}} /?`
|